Registry / config / gofor-little-env

gofor-little-env

JSON →
library1.0.20gogounverified

Package env provides a simple way to load environment variables from .env files.

go get github.com/gofor-little/env
INSTALL
IMPORT
SIG · GOFOR-LITTLE-ENV
G
gofor-little-env
configgov1.0.20
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/gofor-little/env

Load environment variables from a .env file and read a value.

package main import ( "fmt" "github.com/gofor-little/env" ) func main() { env.Load(".env") fmt.Println(env.Get("MY_VAR")) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
36 hits · last 30 days
node
32
OpenAI (training)
1
Resources
gofor-little-env — go get gofor-little-env · libregistry