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
Before PR #25 it was possible to have empty variables like
MYVAR=somevalue
MYOTHERVAR=
As of current version I'm receiving a panic with panic: runtime error: slice bounds out of range. Is this by design? I like to leave empty variables as placeholders and to let others know which variables can be used.
I can send the PR if necessary.
Thanks!
The text was updated successfully, but these errors were encountered:
I think at this stage either implementation is an accident on my part. I generally like to ensure the .env files are cross language compatible (ie could drop into a rails or php app) so let me check upstream for whether they're supported or not and we'll do whatever that is.
Before PR #25 it was possible to have empty variables like
As of current version I'm receiving a panic with
panic: runtime error: slice bounds out of range
. Is this by design? I like to leave empty variables as placeholders and to let others know which variables can be used.I can send the PR if necessary.
Thanks!
The text was updated successfully, but these errors were encountered: