mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
Add genv (#2637)
This commit is contained in:
parent
b63578620e
commit
ae15371e19
@ -273,6 +273,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
|
|||||||
* [envconfig](https://github.com/vrischmann/envconfig) - Read your configuration from environment variables.
|
* [envconfig](https://github.com/vrischmann/envconfig) - Read your configuration from environment variables.
|
||||||
* [envh](https://github.com/antham/envh) - Helpers to manage environment variables.
|
* [envh](https://github.com/antham/envh) - Helpers to manage environment variables.
|
||||||
* [gcfg](https://github.com/go-gcfg/gcfg) - read INI-style configuration files into Go structs; supports user-defined types and subsections.
|
* [gcfg](https://github.com/go-gcfg/gcfg) - read INI-style configuration files into Go structs; supports user-defined types and subsections.
|
||||||
|
* [genv](https://github.com/sakirsensoy/genv) - Read environment variables easily with dotenv support.
|
||||||
* [go-up](https://github.com/ufoscout/go-up) - A simple configuration library with recursive placeholders resolution and no magic.
|
* [go-up](https://github.com/ufoscout/go-up) - A simple configuration library with recursive placeholders resolution and no magic.
|
||||||
* [goConfig](https://github.com/crgimenes/goConfig) - Parses a struct as input and populates the fields of this struct with parameters from command line, environment variables and configuration file.
|
* [goConfig](https://github.com/crgimenes/goConfig) - Parses a struct as input and populates the fields of this struct with parameters from command line, environment variables and configuration file.
|
||||||
* [godotenv](https://github.com/joho/godotenv) - Go port of Ruby's dotenv library (Loads environment variables from `.env`).
|
* [godotenv](https://github.com/joho/godotenv) - Go port of Ruby's dotenv library (Loads environment variables from `.env`).
|
||||||
|
Loading…
Reference in New Issue
Block a user