Best Way to Use Environment Variables in Golang
There are lots of ways to import Environment variable inside a golang project ,
godotenv is a Go (golang) port of the Ruby dotenv project (which loads environment variables from a .env file).
In Golang, as far as i know there is two great package ...
raka.hashnode.dev1 min read