mirror of
https://github.com/golang/go
synced 2024-11-21 21:24:45 -07:00
doc/code: mention $GOBIN
R=golang-dev, adg CC=golang-dev https://golang.org/cl/5989045
This commit is contained in:
parent
99fc281743
commit
50d5cf6bc9
@ -300,7 +300,8 @@ func main() {
|
|||||||
|
|
||||||
<p>
|
<p>
|
||||||
Next, run <code>go install</code>, which builds and installs the binary to
|
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>
|
</p>
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
|
Loading…
Reference in New Issue
Block a user