[ 源代码: golang-github-pelletier-go-toml ]
软件包:golang-github-pelletier-go-toml(1.9.4-1~bpo11+1)
golang-github-pelletier-go-toml 的相关链接
Debian 的资源:
下载源码包 golang-github-pelletier-go-toml:
- [golang-github-pelletier-go-toml_1.9.4-1~bpo11+1.dsc]
- [golang-github-pelletier-go-toml_1.9.4.orig.tar.gz]
- [golang-github-pelletier-go-toml_1.9.4-1~bpo11+1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
Go library for the TOML format — command-line programs
This library supports TOML (Tom's Obvious, Minimal Language) version v1.0.0-rc.3
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 * Syntax errors contain line and column numbers
This package contains the three command-line programs tomll, tomljson and jsontoml.