]> Cypherpunks repositories - gostls13.git/commit
cmd/go: disable vendoredImportPath for code outside $GOPATH go1.5beta1
authorRuss Cox <rsc@golang.org>
Tue, 7 Jul 2015 21:51:20 +0000 (17:51 -0400)
committerRuss Cox <rsc@golang.org>
Tue, 7 Jul 2015 21:53:11 +0000 (21:53 +0000)
commitb6ead9f171742cd5b519a22ecc690354b0d1ce27
tree6ee73e18168061fbf11d3f183af9934d6034de94
parent9f90f31c3a3ac8fc306bb63c0fd80299afcddbc2
cmd/go: disable vendoredImportPath for code outside $GOPATH

It was crashing.
This fixes the build for
GO15VENDOREXPERIMENT=1 go test -short runtime

Fixes #11416.

Change-Id: I74a9114cdd8ebafcc9d2a6f40bf500db19c6e825
Reviewed-on: https://go-review.googlesource.com/11964
Reviewed-by: Russ Cox <rsc@golang.org>
src/cmd/go/pkg.go