]> Cypherpunks repositories - gostls13.git/commit
cmd/go: add yet another test case for ambiguous arguments to 'go get'
authorBryan C. Mills <bcmills@google.com>
Wed, 23 Sep 2020 20:32:59 +0000 (16:32 -0400)
committerBryan C. Mills <bcmills@google.com>
Wed, 30 Sep 2020 18:07:21 +0000 (18:07 +0000)
commitbb9b319228760f9e4b2517114b6eecc6fe0cef30
tree5b0773945cb61ea953287e845afc7126ed4f0cb9
parent1eeaff75f9e02c65d29d9910c1884c6c0ecc1430
cmd/go: add yet another test case for ambiguous arguments to 'go get'

For #37438

Change-Id: Ie40971ff677d36ddadbf9834bba2d366a0fc34d0
Reviewed-on: https://go-review.googlesource.com/c/go/+/256922
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_ambiguous_nested_v0.1.0.txt [new file with mode: 0644]
src/cmd/go/testdata/mod/example.net_ambiguous_v0.1.0.txt [new file with mode: 0644]
src/cmd/go/testdata/mod/example.net_ambiguous_v0.2.0.txt [new file with mode: 0644]
src/cmd/go/testdata/script/mod_get_ambiguous_arg.txt
src/cmd/go/testdata/script/mod_get_ambiguous_pkg.txt [new file with mode: 0644]