]> Cypherpunks.ru repositories - gostls13.git/commit
cmd/go: suppress errors from 'go get -d' for packages that only conditionally exist
authorBryan C. Mills <bcmills@google.com>
Thu, 4 Feb 2021 20:26:52 +0000 (15:26 -0500)
committerBryan C. Mills <bcmills@google.com>
Tue, 9 Feb 2021 18:40:13 +0000 (18:40 +0000)
commite9c96835971044aa4ace37c7787de231bbde05d9
tree3672ea487e91fc6b791491b9c26340e54afbcbcc
parente0ac989cf3e43ec77c7205a66cb1cd63dd4d3043
cmd/go: suppress errors from 'go get -d' for packages that only conditionally exist

Fixes #44106
Fixes #29268

Change-Id: Id113f2ced274d43fbf66cb804581448218996f81
Reviewed-on: https://go-review.googlesource.com/c/go/+/289769
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Jay Conrod <jayconrod@google.com>
Trust: Bryan C. Mills <bcmills@google.com>
Run-TryBot: Bryan C. Mills <bcmills@google.com>
src/cmd/go/internal/modget/get.go
src/cmd/go/testdata/script/mod_get_pkgtags.txt [new file with mode: 0644]