How to Install golang-github-pelletier-go-toml in Ubuntu 18.04



Install golang-github-pelletier-go-toml by entering the following commands in the terminal:

sudo apt update
sudo apt install golang-github-pelletier-go-toml

Description:

Go library for the TOML language -- commandline programs

This library supports TOML (Tom's Obvious, Minimal Language) version v1.0.0. . TOML aims to be a minimal configuration file format that's easy to read due to obvious semantics. TOML is designed to map unambiguously to a hash table. TOML should be easy to parse into data structures in a wide variety of languages. . This package contains the two commandline programs tomll and tomljson.

Homepage: https://github.com/pelletier/go-toml

Version: 1.0.1-1

Section: universe/devel