]> Cypherpunks repositories - gostls13.git/commit
cmd/go: proceed with GOPATH unset if the command doesn't use it
authorBryan C. Mills <bcmills@google.com>
Tue, 21 Sep 2021 20:05:57 +0000 (16:05 -0400)
committerBryan C. Mills <bcmills@google.com>
Wed, 22 Sep 2021 15:46:33 +0000 (15:46 +0000)
commit5ee32ff2527b64197f2eb09bc45e73e61c9c1ac3
tree2c9fba97500261b45e1dff3b34ac3832faa5fba0
parentccf140f3d79248f5dc5e326b0d2942aa4ba70b98
cmd/go: proceed with GOPATH unset if the command doesn't use it

For #43938

Change-Id: I0937b9bb6de3d29d7242ee61f053d4803277dc0f
Reviewed-on: https://go-review.googlesource.com/c/go/+/351329
Trust: Bryan C. Mills <bcmills@google.com>
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Jay Conrod <jayconrod@google.com>
src/cmd/go/internal/modfetch/cache.go
src/cmd/go/internal/modload/init.go
src/cmd/go/testdata/script/mod_gomodcache.txt
src/cmd/go/testdata/script/mod_no_gopath.txt [new file with mode: 0644]