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
{{ message }}
This repository has been archived by the owner on Jun 25, 2022. It is now read-only.
packr depends on envy, envy loads .env files in an init() function. I'd consider this a side-effect and don't think it should happen automatically. This means that by simply importing packr.New any .env files will be automatically processed.
For my use case, we only ever load .env files during local development, and do so explicitly using the godotenv command — but now we have no control over that because any package that depends on packr.Box will load .env files.
packr depends on envy, envy loads
.env
files in aninit()
function. I'd consider this a side-effect and don't think it should happen automatically. This means that by simply importingpackr.New
any.env
files will be automatically processed.For my use case, we only ever load
.env
files during local development, and do so explicitly using thegodotenv
command — but now we have no control over that because any package that depends onpackr.Box
will load.env
files.The text was updated successfully, but these errors were encountered: