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 did you expect to see?
/first/value:/second/value
What did you see instead?
$ENV1:$ENV2
I'm working on an example for the "os" package to help a little on the issue 16360.
According to how os.Expand is implemented this is not a bug, but I was expecting that this function would recursively fetch the environment variables in order to expand it.