]> Cypherpunks repositories - gostls13.git/commit
cmd/go: in go get, don't try to perform discovery on non-hosts
authorBrad Fitzpatrick <bradfitz@golang.org>
Wed, 4 Apr 2012 14:24:13 +0000 (07:24 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 4 Apr 2012 14:24:13 +0000 (07:24 -0700)
commita8197456b1ac5802ff6c73e54e52aefd9e28a387
treeeb77c16f9eb4d51a86ba976bf5759cd32eb4a117
parentac51c1384ab1a9a46247428d1d5d158d4cbc40b0
cmd/go: in go get, don't try to perform discovery on non-hosts

Before, "go get -v foo/bar" was assuming "foo" was a hostname
and trying to perform discovery on it. Now, require a dot in
the first path component (the hostname).

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5981057
src/cmd/go/vcs.go