1
0
mirror of https://github.com/golang/go synced 2024-11-15 05:20:21 -07:00

[release-branch.go1] doc/code: mention $GOBIN

««« backport 543047268d1a
doc/code: mention $GOBIN

R=golang-dev, adg
CC=golang-dev
https://golang.org/cl/5989045

»»»
This commit is contained in:
Shenghou Ma 2012-04-17 02:41:27 +10:00 committed by Andrew Gerrand
parent 65904a75bc
commit 85a2bbe135

View File

@ -300,7 +300,8 @@ func main() {
<p>
Next, run <code>go install</code>, which builds and installs the binary to
<code>$GOPATH/bin</code>:
<code>$GOPATH/bin</code> (or <code>$GOBIN</code>, if set; to simplify
presentation, this document assumes <code>GOBIN</code> is unset):
</p>
<pre>