From: Christopher Guiney Date: Sat, 3 Jan 2015 18:46:45 +0000 (-0800) Subject: doc: Added link to 'go help gopath' X-Git-Tag: go1.5beta1~2459 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=ae266aaa9de102faae0fca044350593d84c4bce6;p=gostls13.git 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 --- diff --git a/doc/code.html b/doc/code.html index 2141fb6551..8cbfba04a0 100644 --- a/doc/code.html +++ b/doc/code.html @@ -127,6 +127,11 @@ to your PATH: $ export PATH=$PATH:$GOPATH/bin +

+To learn more about setting up the GOPATH environment variable, +please see +go help gopath +

Package paths