]> Cypherpunks repositories - gostls13.git/commit
cmd/go: add another test case for package/module ambiguity in 'go get'
authorBryan C. Mills <bcmills@google.com>
Wed, 23 Sep 2020 16:28:29 +0000 (12:28 -0400)
committerBryan C. Mills <bcmills@google.com>
Wed, 30 Sep 2020 17:24:53 +0000 (17:24 +0000)
commitae329abec0f78743ab2fbf30ef5b488376fe3c85
tree3b795492dc78b4946d6c3ef395257b047d2e977a
parent27280d8c14331c1c46cd90206be9f3c924f6b4c4
cmd/go: add another test case for package/module ambiguity in 'go get'

For #37438

Change-Id: Iae00ef7f97144e85f4f710cdb3087c2548b4b8f0
Reviewed-on: https://go-review.googlesource.com/c/go/+/256799
Trust: Bryan C. Mills <bcmills@google.com>
Trust: Jay Conrod <jayconrod@google.com>
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Michael Matloob <matloob@golang.org>
Reviewed-by: Jay Conrod <jayconrod@google.com>
src/cmd/go/testdata/mod/example.net_pkgremoved_v0.1.0.txt [new file with mode: 0644]
src/cmd/go/testdata/mod/example.net_pkgremoved_v0.2.0.txt [new file with mode: 0644]
src/cmd/go/testdata/mod/example.net_pkgremoved_v0.2.1.txt [new file with mode: 0644]
src/cmd/go/testdata/script/mod_get_patchmod.txt [new file with mode: 0644]