From: Shenghou Ma Date: Mon, 16 Apr 2012 16:41:27 +0000 (+1000) Subject: doc/code: mention $GOBIN X-Git-Tag: go1.1rc2~3378 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=50d5cf6bc95b206ed1f3a067f99e042bc6562523;p=gostls13.git doc/code: mention $GOBIN R=golang-dev, adg CC=golang-dev https://golang.org/cl/5989045 --- 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):