From 50d5cf6bc95b206ed1f3a067f99e042bc6562523 Mon Sep 17 00:00:00 2001 From: Shenghou Ma Date: Tue, 17 Apr 2012 02:41:27 +1000 Subject: [PATCH] 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 f2dfeebd482..efbe7eed025 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):