lab.nexedi.com will be down from Thursday, 20 March 2025, 07:30:00 UTC for a duration of approximately 2 hours

Commit 85a2bbe1 authored by Shenghou Ma's avatar Shenghou Ma Committed by Andrew Gerrand

[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

»»»
parent 65904a75
...@@ -300,7 +300,8 @@ func main() { ...@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment