You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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.
@maffka123 , it looks like similar issue described here
I've just made two PRs for resolving the issue you mentioned before with different approaches, it is still in pending because of repo is effectively done.
Hi,
Is there any particular reason why there is no
return err
heregodotenv.go line 71 in Overload()
Like that it silently fails if it cannot find a file..
The text was updated successfully, but these errors were encountered: