https://github.com/navaz-alani/dotenv
This package implements dotenv for Golang projects, allowing loading and chaining of environment variable files.
https://github.com/navaz-alani/dotenv
dotenv dotenv-loader
Last synced: 5 months ago
JSON representation
This package implements dotenv for Golang projects, allowing loading and chaining of environment variable files.
- Host: GitHub
- URL: https://github.com/navaz-alani/dotenv
- Owner: navaz-alani
- License: mit
- Created: 2020-01-19T03:51:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-03T17:06:56.000Z (over 6 years ago)
- Last Synced: 2025-08-15T03:24:01.368Z (10 months ago)
- Topics: dotenv, dotenv-loader
- Language: Go
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Go Dotenv

[](https://godoc.org/github.com/navaz-alani/dotenv)
[](https://www.codefactor.io/repository/github/navaz-alani/dotenv)
This package provides dotenv functionality (similar to that in NodeJS) for Golang projects.
It has been decoupled from the operating system in order to easily provide more flexibility
and additional features which can be used to gain greater control of the application's
runtime parameters. This includes asserting that a set of required parameters have been
initialized and chaining together environment variable source files using a special
`__GO_LOAD` key and more.
Please find the API documentation by clicking on the `godoc` tag above.