FileSize | 12424 |
MD5 | A73BC50B2D25F046C4B45E7D068E2935 |
PackageDescription | better way to marshal and unmarshal YAML in Golang
This package is a wrapper around go-yaml designed to enable a
better way of handling YAML when marshaling to and from structs.
.
In short, this library 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. |
PackageMaintainer | Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | golang-github-ghodss-yaml-dev |
PackageSection | devel |
PackageVersion | 0.0~git20150909.0.73d445a-1 |
SHA-1 | F08923091BA93995473AF3E35A0814AC3803CB6F |
SHA-256 | E06E33C0FD2BEC46AF31B2CAEF026E929FDF34784743E17FA9E6C66506777D10 |