Registry / config / knadh-koanf-parsers-toml

knadh-koanf-parsers-toml

JSON →
library0.1.0gogounverified

Package toml implements a koanf.Parser that parses TOML bytes as conf maps.

go get github.com/knadh/koanf/parsers/toml
INSTALL
IMPORT
SIG · KNADH-KOANF-PARSER
K
knadh-koanf-parsers-toml
configgov0.1.0
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/knadh/koanf/parsers/toml

Parse TOML configuration bytes

package main import ( "fmt" "github.com/knadh/koanf/parsers/toml" ) func main() { parser := toml.Parser() out, err := parser.Parse([]byte("key = \"value\"")) if err != nil { panic(err) } fmt.Println(out) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
25 hits · last 30 days
node
22
OpenAI (training)
1
Resources
knadh-koanf-parsers-toml — go get knadh-koanf-parsers-toml · libregistry