https://github.com/akullpp/gotenv
Simple dotenv clone
https://github.com/akullpp/gotenv
Last synced: 3 months ago
JSON representation
Simple dotenv clone
- Host: GitHub
- URL: https://github.com/akullpp/gotenv
- Owner: akullpp
- License: mit
- Created: 2020-11-08T14:53:05.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-28T09:50:49.000Z (over 5 years ago)
- Last Synced: 2025-01-16T16:42:47.719Z (over 1 year ago)
- Language: Go
- Size: 2.93 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gotenv
Simple dotenv clone that currently only reads the `.env` file into a key/value map and allows for a `.env.local` to overwrite these defaults.