Registry / config / goexl-env

goexl-env

JSON →
library0.0.2gogounverified

Package env provides utilities for reading and managing environment variables in Go applications.

go get github.com/goexl/env
INSTALL
IMPORT
SIG · GOEXL-ENV
G
goexl-env
configgov0.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.

env
github.com/goexl/env

Get an environment variable with a default

package main import ( "fmt" "github.com/goexl/env" ) func main() { val := env.Get("HOME", "default") fmt.Println(val) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
34 hits · last 30 days
node
32
Resources
goexl-env — go get goexl-env · libregistry