godotenv
godotenv copied to clipboard
dotenv does not report an error if file does not exist
Hi,
Is there any particular reason why there is no return err here
godotenv.go line 71 in Overload()
Like that it silently fails if it cannot find a file..
@maffka123 that is not really an error though. Most other dotenv implementations in other languages do not expose an error when the file is not found. However, if you feel this is worth doing, go ahead and do a PR with those changes. Should be pretty easy.
Edit Rather, just fork, this repo is effectively done.