Documentation ¶
Overview ¶
Package yaml provides support for marshalling YAML objects and loading/unmarshalling them from YAML files.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LoadObjectFromFileDefaultEmpty ¶
func LoadObjectFromFileDefaultEmpty(fileName string, data interface{}) interface{}
LoadObjectFromFileDefaultEmpty loads object from YAML file
func SerializeObject ¶
func SerializeObject(t interface{}) string
SerializeObject serializes object into YAML
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.