Open spacesick opened 1 year ago
Executables built from go build for linux amd64 will not load .env properly if there exists inline comments like the following,
go build
.env
MY_VARIABLE=test # An inline comment
Executables built from
go build
for linux amd64 will not load.env
properly if there exists inline comments like the following,