]> Cypherpunks repositories - gostls13.git/commit
go/build: add help info for unset $GOPATH
authorEdward Muller <edwardam@interlix.com>
Wed, 7 Sep 2016 18:39:31 +0000 (11:39 -0700)
committerRob Pike <r@golang.org>
Sat, 10 Sep 2016 00:27:43 +0000 (00:27 +0000)
commit81dfcba331f43bd14c8933eca83c433e53cb7b55
tree9cf178f505d6c07919ba6a288dd1f40d6b10df85
parent1ff19201fd898c3e1a0ed5d3458c81c1f062570b
go/build: add help info for unset $GOPATH

We relay this info in a few places, in a few different ways, but not
consistently everywhere.  This led one of our users to start googling
and not find https://golang.org/doc/code.html#Workspaces, of which `go
help gopath` is the most equivalent.

Change-Id: I28a94375739f3aa4f200e145293ca2a5f65101e1
Reviewed-on: https://go-review.googlesource.com/28690
Run-TryBot: Rob Pike <r@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Rob Pike <r@golang.org>
doc/code.html
src/cmd/go/alldocs.go
src/cmd/go/build.go
src/cmd/go/get.go
src/cmd/go/go_test.go
src/cmd/go/help.go
src/cmd/go/main.go
src/go/build/build.go