]> Cypherpunks repositories - gostls13.git/commitdiff
doc: use the already defined GOPATH in PATH
authorDuncan Holm <mail@frou.org>
Thu, 4 Apr 2013 05:36:10 +0000 (16:36 +1100)
committerAndrew Gerrand <adg@golang.org>
Thu, 4 Apr 2013 05:36:10 +0000 (16:36 +1100)
R=golang-dev, adg
CC=golang-dev
https://golang.org/cl/8248044

doc/code.html

index 04d10fc59a6a51aadb179b0b5097787b659eb86b..10f12d987c0ad961bf9bd2f5c0ee9a3144862cbf 100644 (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>