From: Duncan Holm Date: Thu, 4 Apr 2013 05:36:10 +0000 (+1100) Subject: doc: use the already defined GOPATH in PATH X-Git-Tag: go1.1rc2~178 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=52700d24bc828945a30f3d95301133307f34096f;p=gostls13.git doc: use the already defined GOPATH in PATH R=golang-dev, adg CC=golang-dev https://golang.org/cl/8248044 --- diff --git a/doc/code.html b/doc/code.html index 04d10fc59a..10f12d987c 100644 --- a/doc/code.html +++ b/doc/code.html @@ -125,7 +125,7 @@ to your PATH:

-$ export PATH=$PATH:$HOME/go/bin
+$ export PATH=$PATH:$GOPATH/bin