[ ソース: golang-github-pelletier-go-toml ]
パッケージ: golang-github-pelletier-go-toml-dev (1.9.5-1)
golang-github-pelletier-go-toml-dev に関するリンク
Debian の資源:
golang-github-pelletier-go-toml ソースパッケージをダウンロード:
- [golang-github-pelletier-go-toml_1.9.5-1.dsc]
- [golang-github-pelletier-go-toml_1.9.5.orig.tar.gz]
- [golang-github-pelletier-go-toml_1.9.5-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.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
その他の 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-gopkg-yaml.v2-dev (>= 2.3.0)
- YAML support for the Go language