doc: use the already defined GOPATH in PATH

R=golang-dev, adg
CC=golang-dev
https://golang.org/cl/8248044
This commit is contained in:
Duncan Holm 2013-04-04 16:36:10 +11:00 committed by Andrew Gerrand
parent 6a7e0036d1
commit 52700d24bc

View file

@ -125,7 +125,7 @@ to your <code>PATH</code>:
</p>
<pre>
$ <b>export PATH=$PATH:$HOME/go/bin</b>
$ <b>export PATH=$PATH:$GOPATH/bin</b>
</pre>