joho / godotenv

A Go port of Ruby's dotenv library (Loads environment variables from .env files)
http://godoc.org/github.com/joho/godotenv
MIT License
8.49k stars 405 forks source link

Inline comments in .env breaks builds for linux amd64 #214

Open spacesick opened 1 year ago

spacesick commented 1 year ago

Executables built from go build for linux amd64 will not load .env properly if there exists inline comments like the following,

MY_VARIABLE=test # An inline comment