From d00fb0a1ea881f43ef320c65ef606c9900a9df86 Mon Sep 17 00:00:00 2001 From: Shenghou Ma Date: Mon, 23 Sep 2013 01:23:42 -0400 Subject: [PATCH] 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 --- doc/go1.2.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/go1.2.html b/doc/go1.2.html index 2dc90f83688..29e42bb12b0 100644 --- a/doc/go1.2.html +++ b/doc/go1.2.html @@ -175,6 +175,8 @@ include these binaries, so users of these distributions are unaffected.

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 +$GOPATH/bin.)