]> Cypherpunks repositories - gostls13.git/commit
cmd/go: do not require the module cache to exist for 'go mod edit'
authorBryan C. Mills <bcmills@google.com>
Wed, 16 Jun 2021 18:48:45 +0000 (14:48 -0400)
committerBryan C. Mills <bcmills@google.com>
Mon, 21 Jun 2021 14:10:22 +0000 (14:10 +0000)
commit117ebe0f52efc5128a9c86722e07fe22cb65450d
tree49de83aa7fe2afc33e6aa6d77d8705d4ea3d69a4
parent460900a7b51f917888cb17608367979243178fe1
cmd/go: do not require the module cache to exist for 'go mod edit'

Updates #46695

Change-Id: I4afbc1401ef4183d94c1ac6271394fac1fff95ae
Reviewed-on: https://go-review.googlesource.com/c/go/+/328769
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/testdata/script/mod_edit_no_modcache.txt [new file with mode: 0644]