Environment¶
Articles¶
Libraries¶
- joho/godotenv - A Go port of Ruby’s dotenv library (Loads environment variables from
.env
.) - caarlos0/env - A simple and zero-dependencies library to parse environment variables into structs
- a8m/envsubst - Environment variables substitution for Go
- sethvargo/go-envconfig - A Go library for parsing struct tags from environment variables.