An open API service indexing awesome lists of open source software.

https://github.com/gurleensethi/go-env-example


https://github.com/gurleensethi/go-env-example

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# go-env-example

Example go project that shows how to:

- Load envrionment variables from a `.env` file (using [gotdotenv](https://github.com/joho/godotenv)).
- Parse environment variables into a struct (using [env](https://github.com/caarlos0/env)).