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
What is the expected behaviour, when a reference is resolved before its definition? I would argue it should be fromEnv,
since gotenv evaluates environment files line by line.
The text was updated successfully, but these errors were encountered:
When using override functions like
OverLoad
local variables do not override environment variables anymore, since #12.Example 1
Expected Behaviour
After using
OverLoad
, variable B should have valuefromFile
.Actual Behaviour
Variable B has value
fromEnv
.Example 2: Recursive variable expansion
What is the expected behaviour, when a reference is resolved before its definition? I would argue it should be
fromEnv
,since gotenv evaluates environment files line by line.
The text was updated successfully, but these errors were encountered: