[ 原始碼: golang-github-pelletier-go-toml ]
套件:golang-github-pelletier-go-toml-dev(1.8.1-1)
golang-github-pelletier-go-toml-dev 的相關連結
Debian 的資源:
下載原始碼套件 golang-github-pelletier-go-toml:
- [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]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
Go library for the TOML format
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
其他與 golang-github-pelletier-go-toml-dev 有關的套件
|
|
|
|
-
- dep: golang-github-burntsushi-toml-dev (>= 0.3.1)
- TOML parser and encoder for Go with reflection
-
- dep: golang-github-davecgh-go-spew-dev (>= 1.1.1)
- Implements a deep pretty printer for Go data structures to aid in debugging
-
- dep: golang-gopkg-yaml.v2-dev (>= 2.3.0)
- YAML support for the Go language