Executables built from `go build` for linux amd64 will not load `.env` properly if there exists inline comments like the following, ```bash MY_VARIABLE=test # An inline comment ```
Executables built from
go buildfor linux amd64 will not load.envproperly if there exists inline comments like the following,MY_VARIABLE=test # An inline comment