commit | d00fb0a1ea881f43ef320c65ef606c9900a9df86 | [log] [tgz] |
---|---|---|
author | Shenghou Ma <minux.ma@gmail.com> | Mon Sep 23 01:23:42 2013 -0400 |
committer | Shenghou Ma <minux.ma@gmail.com> | Mon Sep 23 01:23:42 2013 -0400 |
tree | d63f47dd53fb590e5342fb60fa37306c5baa72f8 | |
parent | d851c6d478fc68d88ac192ad9499726c9e393c8f [diff] [blame] |
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
diff --git a/doc/go1.2.html b/doc/go1.2.html index 2dc90f8..29e42bb 100644 --- a/doc/go1.2.html +++ b/doc/go1.2.html
@@ -175,6 +175,8 @@ <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>