Registry / serialization / influxdata-toml

influxdata-toml

JSON →
library0.0.0-20190415235208-270119a8ce65gogounverified

InfluxData TOML is a TOML parser and encoder library for Go, used for configuration file handling.

go get github.com/influxdata/toml
INSTALL
IMPORT
SIG · INFLUXDATA-TOML
I
influxdata-toml
serializationgov0.0.0-20190415235208-270119a8ce65
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

toml
github.com/influxdata/toml

Decodes a TOML string into a struct.

package main import ( "fmt" "github.com/influxdata/toml" ) func main() { var cfg struct { Name string `toml:"name"` } toml.Decode("name = \"test\"", &cfg) fmt.Println(cfg.Name) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20190415235208-270119a8ce65latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
38 hits · last 30 days
node
34
OpenAI (training)
1
Resources
influxdata-toml — go get influxdata-toml · libregistry