Noob Env is a tools for working with .env
, such as:
- Load Env
- Get Env
Noob Env use GoDotEnv v1.4.0 to load & parse .env
. Thanks to godotenv**
To install this package, you need to install Go (version 1.17+ is required) & initiate your Go workspace first.
- After you initiate your workspace then you can install this package with below command.
go get -u github.com/alfarih31/nb-go-env
- Import it in your code
import "github.com/alfarih31/nb-go-env"
See the test:
- Alfarih Faza alfarihfz@gmail.com
This project is licensed under the - see the LICENSE.md file for details