-
Dave Cheney authored
Fixes #4079. Some example output: % go install foo/bar can't load package: package foo/bar: cannot find package "foo/bar" in any of: /home/dfc/go/src/pkg/foo/bar (from $GOROOT) /home/dfc/src/foo/bar (from $GOPATH) /home/dfc/src2/src/foo/bar % GOPATH= go install foo/bar can't load package: package foo/bar: cannot find package "foo/bar" in any of: /home/dfc/go/src/pkg/foo/bar (from $GOROOT) ($GOPATH not set) R=golang-dev, rsc CC=golang-dev https://golang.org/cl/6899057
11d96dd7
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
testdata | ||
bootstrap.go | ||
build.go | ||
clean.go | ||
discovery.go | ||
doc.go | ||
env.go | ||
fix.go | ||
fmt.go | ||
get.go | ||
help.go | ||
http.go | ||
list.go | ||
main.go | ||
match_test.go | ||
mkdoc.sh | ||
pkg.go | ||
run.go | ||
script | ||
script.txt | ||
tag_test.go | ||
test.bash | ||
test.go | ||
testflag.go | ||
tool.go | ||
vcs.go | ||
version.go | ||
vet.go |