https://github.com/gurleensethi/go-env-example
https://github.com/gurleensethi/go-env-example
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gurleensethi/go-env-example
- Owner: gurleensethi
- Created: 2022-05-20T23:04:59.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-20T23:07:32.000Z (over 3 years ago)
- Last Synced: 2025-01-29T18:30:02.377Z (8 months ago)
- Language: Go
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)).