From: Jaana Burcu Dogan Date: Thu, 5 Jan 2017 20:28:06 +0000 (-0800) Subject: doc: explain how to set GOPATH to a custom value X-Git-Tag: go1.8rc1~16 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=a37b9e8e70fd8e614caa6077b3b8afb488f7f59e;p=gostls13.git doc: explain how to set GOPATH to a custom value Updates #18294. Change-Id: Ib6b84243a15ed921cc8960e5fa355fd7594181e6 Reviewed-on: https://go-review.googlesource.com/34821 Reviewed-by: Brad Fitzpatrick --- diff --git a/doc/code.html b/doc/code.html index 9978b523b4..703f38a21a 100644 --- a/doc/code.html +++ b/doc/code.html @@ -160,9 +160,13 @@ $ export GOPATH=$(go env GOPATH)

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

+ +

+To use a custom workspace location, +set the GOPATH environment variable.

Import paths