Commit d00fb0a1 authored by Shenghou Ma's avatar Shenghou Ma

doc/go1.2: document that godoc and vet will always be installed to their old...

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
parent d851c6d4
...@@ -175,6 +175,8 @@ include these binaries, so users of these distributions are unaffected. ...@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment