How to Install golang-github-ghodss-yaml-dev in Ubuntu 18.04



Install golang-github-ghodss-yaml-dev by entering the following commands in the terminal:

sudo apt update
sudo apt install golang-github-ghodss-yaml-dev

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.

Homepage: https://github.com/ghodss/yaml

Version: 1.0.0-1

Section: universe/devel