mirror of
https://github.com/golang/go
synced 2024-11-23 04:20:03 -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:
parent
d851c6d478
commit
d00fb0a1ea
@ -175,6 +175,8 @@ include these binaries, so users of these distributions are unaffected.
|
||||
|
||||
<p>
|
||||
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>
|
||||
|
||||
<pre>
|
||||
|
Loading…
Reference in New Issue
Block a user