Package : golang-github-ghodss-yaml-devel

Package details

Summary: YAML marshaling and unmarshaling support for Go

Description:
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.

This package contains the source code needed for building packages that
reference the following Go import paths:
– github.com/ghodss/yaml


URL: https://github.com/ghodss/yaml
License: MIT and BSD

Maintainer: pterjan

List of RPMs