[pkg-go] Bug#803903: ITP: golang-github-ghodss-yaml -- A better way to marshal and unmarshal YAML in Golang

Potter, Tim (Converged Cloud) timothy.potter at hpe.com
Tue Nov 3 02:56:24 UTC 2015


Package: wnpp
Severity: wishlist
Owner: Tim Potter <tpot at hpe.com>
X-Debbugs-CC: debian-devel at lists.debian.org, pkg-go-maintainers at 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.


More information about the Pkg-go-maintainers mailing list