From ae266aaa9de102faae0fca044350593d84c4bce6 Mon Sep 17 00:00:00 2001 From: Christopher Guiney Date: Sat, 3 Jan 2015 10:46:45 -0800 Subject: [PATCH] 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 --- doc/code.html | 5 +++++ 1 file changed, 5 insertions(+) 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

-- 2.51.0