Package: wnpp Severity: wishlist Owner: Tim Potter <t...@hpe.com> X-Debbugs-CC: debian-devel@lists.debian.org, pkg-go-maintain...@lists.alioth.debian.org
* Package name : golang-github-ghodss-yaml Version : 0.0~git20150909.0.73d445a-1 Upstream Author : Sam Ghods * URL : https://github.com/ghodss/yaml * License : Expat, BSD-3-Clause Programming Lang: Go Description : 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.