]> Cypherpunks repositories - gostls13.git/commit
cmd/go: fix custom import path wildcards (go get rsc.io/pdf/...)
authorRuss Cox <rsc@golang.org>
Thu, 23 Jul 2015 06:04:01 +0000 (02:04 -0400)
committerRuss Cox <rsc@golang.org>
Mon, 27 Jul 2015 17:32:27 +0000 (17:32 +0000)
commitca2a66431e4e6f95b5c69a8dde0222d5d2b346ef
tree673d9e9772a2162df919422d2af5d2c6a098aaf9
parentf0876a1a940b67b3f6029dfd0b6a06348792dc04
cmd/go: fix custom import path wildcards (go get rsc.io/pdf/...)

Fixes TestGoGetWorksWithVanityWildcards,
but that test uses the network and is not run
on the builders.

For #11806.

Change-Id: I35c6677deaf84e2fa9bdb98b62d80d388b5248ae
Reviewed-on: https://go-review.googlesource.com/12557
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/go/get.go