Documentation ¶
Overview ¶
convenience utility wrappers for yaml
Index ¶
- func FirstLineComment(data []byte) string
- func FirstLineIs(data []byte, line string) bool
- func Marshal(v interface{}) ([]byte, error)
- func Print(v interface{}) error
- func ReadFile(file string, v interface{}) error
- func Unmarshal(data []byte, v interface{}) error
- func Write(writer io.Writer, v interface{}) error
- func WriteFile(v interface{}, file string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FirstLineComment ¶
func FirstLineIs ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.