]> Cypherpunks repositories - gostls13.git/commit
cmd/go: test the behavior of 'go get' in module mode with package vs. module arguments
authorBryan C. Mills <bcmills@google.com>
Tue, 15 Sep 2020 21:33:48 +0000 (17:33 -0400)
committerBryan C. Mills <bcmills@google.com>
Fri, 18 Sep 2020 13:21:42 +0000 (13:21 +0000)
commitc47ba5fbfb86edbf49450b8b7b173ab2d188f41f
tree8be2c28bd7ab06fe2a11d0541eb80fbb35d5410e
parent06f7e655d1764f5ad57bc14f82326c181c37901c
cmd/go: test the behavior of 'go get' in module mode with package vs. module arguments

Updates #37438

Change-Id: I5beb380b37532571768a92bea50003f6ff1757e1
Reviewed-on: https://go-review.googlesource.com/c/go/+/255054
Trust: Bryan C. Mills <bcmills@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/script/mod_get_ambiguous_arg.txt [new file with mode: 0644]