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.
Is this a wanted behavior?
The text was updated successfully, but these errors were encountered:
Please answer these questions before submitting your issue. Thanks!
go version
)?go version go1.7 linux/amd64
go env
)?GOARCH="amd64"
GOHOSTARCH="amd64"
GOHOSTOS="linux"
GOOS="linux"
https://play.golang.org/p/-chU68uIbC
/first/value:/second/value
$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.
Is this a wanted behavior?
The text was updated successfully, but these errors were encountered: