Package for handling .env values in Go

github.com/joho/godotenv
2 Replies
ZomaTheMasterOfDisaster
this package will help you process your .env files when working with Go here's a link for an example of how to use it
ZomaTheMasterOfDisaster
Medium
How to use dotenv in Golang
Hello, today I will show you how to use dotenv (also known as .env) in Golang!