Registry / config / wiggin77-cfg

wiggin77-cfg

JSON →
library1.0.2gogounverified

Configuration management library for Go applications.

go get github.com/wiggin77/cfg
INSTALL
IMPORT
SIG · WIGGIN77-CFG
W
wiggin77-cfg
configgov1.0.2
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.

cfg
github.com/wiggin77/cfg

Create and use a configuration store

package main import ( "fmt" "github.com/wiggin77/cfg" ) func main() { c := cfg.New() c.Set("key", "value") fmt.Println(c.Get("key")) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
14
OpenAI (training)
1
Resources
wiggin77-cfg — go get wiggin77-cfg · libregistry