1
0
mirror of https://github.com/golang/go synced 2024-11-23 07:00:05 -07:00

doc/go1.2: document that godoc and vet will always be installed to their old locations (not $GOPATH/bin).

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/13830043
This commit is contained in:
Shenghou Ma 2013-09-23 01:23:42 -04:00
parent d851c6d478
commit d00fb0a1ea

View File

@ -175,6 +175,8 @@ include these binaries, so users of these distributions are unaffected.
<p> <p>
When building from source, users must use "go get" to install godoc and vet. When building from source, users must use "go get" to install godoc and vet.
(The binaries will continue to be installed in their usual locations, not
<code>$GOPATH/bin</code>.)
</p> </p>
<pre> <pre>