package
0.0.0-20240927105425-f6cbe64b58da
Repository: https://github.com/gxde-os/golang-gxde-dev.git
Documentation: pkg.go.dev

# Functions

Marshal serializes the value provided into a YAML document.
Unmarshal decodes the first document found within the in byte slice and assigns decoded values into the out value.

# Structs

MapItem is an item in a MapSlice.
A TypeError is returned by Unmarshal when one or more fields in the YAML document cannot be properly decoded into the requested types.

# Interfaces

The Marshaler interface may be implemented by types to customize their behavior when being marshaled into a YAML document.
The Unmarshaler interface may be implemented by types to customize their behavior when being unmarshaled from a YAML document.

# Type aliases

MapSlice encodes and decodes as a YAML map.