Registry / config / ian-kent-envconf

ian-kent-envconf

JSON →
library0.0.0-20141026121121-c19809918c02gogounverified

A Go library for configuring applications via environment variables.

go get github.com/ian-kent/envconf
INSTALL
IMPORT
SIG · IAN-KENT-ENVCONF
I
ian-kent-envconf
configgov0.0.0-20141026121121-c19809918c02
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.

envconf
github.com/ian-kent/envconf

Create an environment configuration and set/get a variable.

package main import ( "fmt" "github.com/ian-kent/envconf" ) func main() { cfg := envconf.New() cfg.Set("MY_VAR", "value") fmt.Println(cfg.Get("MY_VAR")) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20141026121121-c19809918c02latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
24 hits · last 30 days
node
22
Resources
ian-kent-envconf — go get ian-kent-envconf · libregistry