gotenv
Env loader
A package that loads environment variables from files or io.Reader in Go.
Load environment variables from .env
or io.Reader
in Go.
300 stars
6 watching
35 forks
Language: Go
last commit: over 1 year ago
Linked from 2 awesome lists
environment-variablesgolanggolang-library
Related projects:
Repository | Description | Stars |
---|---|---|
nasermirzaei89/env | A package to access environment variables in Go | 18 |
go-simpler/env | A package that simplifies loading environment variables into configuration structures in Go applications. | 66 |
codingconcepts/env | A tool for loading environment variables into Go structs in a flexible and type-safe manner. | 114 |
szkiba/xk6-dotenv | An extension for k6 that loads environment variables from a .env file | 29 |
chihab/dotenv-run | A collection of packages that provide seamless loading of environment variables from .env files across multiple development tools and frameworks. | 251 |
sakirsensoy/genv | A Go library that simplifies access to environment variables in projects. | 39 |
cardosomarcos/deno-dotenv | A utility for loading environment variables from a configuration file in Deno projects | 8 |
einar-hjortdal/dotenv | A tool to load environment variables from a configuration file for development purposes. | 1 |
avdi/dotenv_elixir | An Elixir module that loads environment variables from a .env file into the process environment when started. | 230 |
zztkm/vdotenv | A module to read environment variables from configuration files | 35 |
heyvito/goenv.zsh | Automatically sets environment variables based on .goenv files in the current directory | 1 |
syntaqx/env | A utility package for working with environment variables in Go programs | 6 |
diegomarangoni/typenv | A minimalistic typed environment variables library for Go that supports various data types and provides flexible configuration options. | 9 |
ian-kent/envconf | Tools to configure Go applications from environment variables. | 11 |
znd4/pdm-dotenv | A plugin for package managers to load environment variables from files | 13 |