From 85a2bbe135fa34f35fa2c72e9ab660bb72163b3c Mon Sep 17 00:00:00 2001 From: Shenghou Ma Date: Tue, 17 Apr 2012 02:41:27 +1000 Subject: [PATCH] [release-branch.go1] doc/code: mention $GOBIN MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ««« backport 543047268d1a doc/code: mention $GOBIN R=golang-dev, adg CC=golang-dev https://golang.org/cl/5989045 »»» --- doc/code.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/code.html b/doc/code.html index f2dfeebd48..efbe7eed02 100644 --- a/doc/code.html +++ b/doc/code.html @@ -300,7 +300,8 @@ func main() {

Next, run go install, which builds and installs the binary to -$GOPATH/bin: +$GOPATH/bin (or $GOBIN, if set; to simplify +presentation, this document assumes GOBIN is unset):