go-github-com-ghodss-yaml 1.0.0
Propagated dependencies: go-gopkg-in-yaml-v2@2.4.0
Channel: guix
Home page: https://github.com/ghodss/yaml
Licenses: Expat
Synopsis: YAML marshaling and unmarshaling support for Go
Description:
This package provides a wrapper around go-yaml designed to enable a better way of handling YAML when marshaling to and from structs.
It first converts YAML to JSON using go-yaml and then uses json.Marshal
and json.Unmarshal
to convert to or from the struct. This means that it effectively reuses the JSON struct tags as well as the custom JSON methods MarshalJSON
and UnmarshalJSON
unlike go-yaml.
Total results: 1