]> Cypherpunks repositories - gostls13.git/commit
cmd/go: stop early in disallowInternal on erroneous packages
authorAndrew Gerrand <adg@golang.org>
Mon, 15 Jun 2015 03:19:39 +0000 (13:19 +1000)
committerAndrew Gerrand <adg@golang.org>
Mon, 15 Jun 2015 04:27:27 +0000 (04:27 +0000)
commitd14e9e63238deb10236672427d58c0da3d5b82a0
tree8723783cf004d1a005e65ee6e7a4e7e5e7f227ea
parent7d48237f7f6cb4fe9a47d9e2f0f3c5df481ea775
cmd/go: stop early in disallowInternal on erroneous packages

Fixes #11201

Change-Id: I80d8fcfcb5c856aaf9d0e73d756d86018e2bec3b
Reviewed-on: https://go-review.googlesource.com/11110
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/go/go_test.go
src/cmd/go/pkg.go
src/cmd/go/testdata/testinternal3/t.go [new file with mode: 0644]