Registry / config / olebedev-config

olebedev-config

JSON →
library0.0.0-20220822221314-86fa169f9f99gogounverified

Provides convenient access methods to configuration stored as JSON or YAML.

go get github.com/olebedev/config
INSTALL
IMPORT
SIG · OLEBEDEV-CONFIG
O
olebedev-config
configgov0.0.0-20220822221314-86fa169f9f99
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.

config
github.com/olebedev/config

Parse YAML configuration and access a value

package main import ( "fmt" "github.com/olebedev/config" ) func main() { cfg, _ := config.ParseYaml(`key: value`) fmt.Println(cfg.UString("key")) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20220822221314-86fa169f9f99latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
33 hits · last 30 days
node
30
OpenAI (training)
1
Resources
olebedev-config — go get olebedev-config · libregistry