[ Bron: golang-github-pelletier-go-toml ]
Pakket: golang-github-pelletier-go-toml (1.8.1-1 en anderen)
Verwijzigingen voor golang-github-pelletier-go-toml
Debian bronnen:
Het bronpakket golang-github-pelletier-go-toml downloaden:
- [golang-github-pelletier-go-toml_1.8.1-1.dsc]
- [golang-github-pelletier-go-toml_1.8.1.orig.tar.gz]
- [golang-github-pelletier-go-toml_1.8.1-1.debian.tar.xz]
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
Go library for the TOML format — command-line programs
This library supports TOML (Tom's Obvious, Minimal Language) version v1.0.0-rc.1.
Go-toml provides the following features for using data parsed from TOML documents:
* Load TOML documents from files and string data * Easily navigate TOML structure using Tree * Marshaling and unmarshaling to and from data structures * Line & column position data for all parsed elements * [Query support similar to JSON-Path](query/) * Syntax errors contain line and column numbers
This package contains the three command-line programs tomll, tomljson and jsontoml.