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.
Current go tip if $GOTMPDIR does not exists on disk, go command fails with: go: creating work dir: stat /path/to/gotmp: no such file or directory
I expected cmd/go to MkdirAll before failing as it does to $GOCACHE and $GOPATH
The text was updated successfully, but these errors were encountered:
bcmills
changed the title
cmd/go: go shoud try to create GOTMPDIR
cmd/go: create GOTMPDIR if not present
May 30, 2019
Current go tip if $GOTMPDIR does not exists on disk, go command fails with:
go: creating work dir: stat /path/to/gotmp: no such file or directory
I expected cmd/go to MkdirAll before failing as it does to $GOCACHE and $GOPATH
The text was updated successfully, but these errors were encountered: