Registry / config / subosito-gotenv

subosito-gotenv

JSON →
library1.6.0gogounverified

Package gotenv provides functionality to dynamically load the environment variables from .env files.

go get github.com/subosito/gotenv
INSTALL
IMPORT
SIG · SUBOSITO-GOTENV
S
subosito-gotenv
configgov1.6.0
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.

gotenv
github.com/subosito/gotenv

Load environment variables from a .env file.

package main import ( "fmt" "github.com/subosito/gotenv" ) func main() { gotenv.Load() fmt.Println("Loaded .env file") }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
53 hits · last 30 days
node
40
OpenAI (training)
1
Resources
subosito-gotenv — go get subosito-gotenv · libregistry