]> Cypherpunks repositories - gostls13.git/commit
cmd/go/internal/modload: add missing build constraint in testgo.go
authorBryan C. Mills <bcmills@google.com>
Fri, 7 Dec 2018 17:08:12 +0000 (12:08 -0500)
committerBryan C. Mills <bcmills@google.com>
Fri, 7 Dec 2018 17:27:03 +0000 (17:27 +0000)
commitd20b6d8849ca3c7c1461b28418afb15ed7652712
tree968e36a2dbaac6529276cb180056dfeadd14d63d
parent048988a0f14f74c0a27efe93699221bc49b7873c
cmd/go/internal/modload: add missing build constraint in testgo.go

That file is supposed to make unexpected dependencies on the main
module easier to diagnose in 'go test cmd/go', but I accidentally left
off the build constraint, so it was triggering outside of the test.

Updates #29097

Change-Id: I1cde3fe6c1d80add37c98a8c95ce48524ea05024
Reviewed-on: https://go-review.googlesource.com/c/153159
Run-TryBot: Bryan C. Mills <bcmills@google.com>
Reviewed-by: Jay Conrod <jayconrod@google.com>
src/cmd/go/internal/modload/testgo.go