Registry / config / pelletier-go-toml

pelletier-go-toml

JSON →
library1.9.5gogounverified

Package toml is a TOML parser and manipulation library.

go get github.com/pelletier/go-toml
INSTALL
IMPORT
SIG · PELLETIER-GO-TOML
P
pelletier-go-toml
configgov1.9.5
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/pelletier/go-toml

Parse a TOML string and retrieve a value.

package main import ( "fmt" "github.com/pelletier/go-toml" ) func main() { tree, err := toml.Load("[section]\nkey = \"value\"") if err != nil { panic(err) } fmt.Println(tree.Get("section.key")) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.9.5latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

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