Registry / config / semichkin-gopkg-conf

semichkin-gopkg-conf

JSON →
library0.0.5gogounverified

A configuration management library for Go applications, supporting multiple sources and formats.

go get github.com/semichkin-gopkg/conf
INSTALL
IMPORT
SIG · SEMICHKIN-GOPKG-CO
S
semichkin-gopkg-conf
configgov0.0.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.

conf
github.com/semichkin-gopkg/conf

Creates a new config instance, sets a key-value pair, and retrieves it.

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

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
29 hits · last 30 days
node
28
Resources
semichkin-gopkg-conf — go get semichkin-gopkg-conf · libregistry