1
0
mirror of https://github.com/golang/go synced 2024-10-03 03:11:21 -06:00
go/src
Brad Fitzpatrick a8197456b1 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
2012-04-04 07:24:13 -07:00
..
cmd cmd/go: in go get, don't try to perform discovery on non-hosts 2012-04-04 07:24:13 -07:00
lib9 all: remove some references to Make.inc etc. 2012-03-07 13:51:49 +11:00
libbio build: delete make paraphernalia 2012-02-06 13:34:25 -05:00
libmach runtime/pprof: support OS X CPU profiling 2012-02-28 16:18:24 -05:00
pkg encoding/ascii85: fix panic caused by special case 2012-04-04 09:52:42 -04:00
all.bash cmd/dist: cross-compiling fixes 2012-02-13 22:31:51 -05:00
all.bat build: use setlocal in run.bat 2012-02-16 10:44:55 +11:00
clean.bash build: fix clean.bash 2012-02-15 23:52:07 +09:00
clean.bat build: implement clean.bat 2012-02-20 12:17:27 +11:00
make.bash build: do more during windows build 2012-03-20 14:04:20 +11:00
make.bat build: do more during windows build 2012-03-20 14:04:20 +11:00
Make.dist cmd/dist: make 'make' quieter for developers 2012-02-08 15:26:47 -05:00
run.bash run.bash: set -e in new codewalk block 2012-03-26 17:03:04 +11:00
run.bat build: unset GOPATH before tests 2012-03-21 00:47:27 +08:00
sudo.bash cmd/dist, sudo.bash: don't mention sudo.bash if cov or prof is not present 2012-04-02 22:33:38 +08:00