package
0.0.0-20240927105425-f6cbe64b58da
Repository: https://github.com/gxde-os/golang-gxde-dev.git
Documentation: pkg.go.dev
# 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.