Registry / config / knadh-koanf-v2

knadh-koanf-v2

JSON →
library2.3.5gogounverified

A flexible Go configuration library supporting multiple providers and formats with live reloading.

go get github.com/knadh/koanf/v2
INSTALL
IMPORT
SIG · KNADH-KOANF-V2
K
knadh-koanf-v2
configgov2.3.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.

koanf
github.com/knadh/koanf/v2

Load configuration from environment variables.

package main import ( "fmt" "github.com/knadh/koanf/v2" "github.com/knadh/koanf/providers/env" ) func main() { k := koanf.New(".") k.Load(env.Provider("APP_", ".", nil), nil) fmt.Println(k.Get("key")) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
35 hits · last 30 days
node
32
OpenAI (training)
1
Resources
knadh-koanf-v2 — go get knadh-koanf-v2 · libregistry