Registry / config / gobuffalo-envy

gobuffalo-envy

JSON →
library1.10.2gogounverified

Package envy makes working with ENV variables in Go trivial.

go get github.com/gobuffalo/envy
INSTALL
IMPORT
SIG · GOBUFFALO-ENVY
G
gobuffalo-envy
configgov1.10.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.

envy
github.com/gobuffalo/envy

Gets an environment variable with a default fallback.

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

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
37 hits · last 30 days
node
34
OpenAI (training)
1
Resources
gobuffalo-envy — go get gobuffalo-envy · libregistry