mirror of
https://github.com/golang/go
synced 2024-11-02 11:50:30 +00:00
doc: Added link to 'go help gopath'
The existing go code document did not link to the GOPATH documentation. This will link to it, in hopes of making it more discoverable. Change-Id: Ie4ded2fdce08f412e4acbcc93acdd76f5791b84a Reviewed-on: https://go-review.googlesource.com/2265 Reviewed-by: Andrew Gerrand <adg@golang.org>
This commit is contained in:
parent
e6f76aac32
commit
ae266aaa9d
1 changed files with 5 additions and 0 deletions
|
@ -127,6 +127,11 @@ to your <code>PATH</code>:
|
|||
$ <b>export PATH=$PATH:$GOPATH/bin</b>
|
||||
</pre>
|
||||
|
||||
<p>
|
||||
To learn more about setting up the <code>GOPATH</code> environment variable,
|
||||
please see
|
||||
<a href="/cmd/go/#hdr-GOPATH_environment_variable"><code>go help gopath</code></a>
|
||||
</p>
|
||||
|
||||
<h3 id="PackagePaths">Package paths</h3>
|
||||
|
||||
|
|
Loading…
Reference in a new issue