diff options
-rw-r--r-- | doc/code.html | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/code.html b/doc/code.html index 1e380001e0..a2adc82ae0 100644 --- a/doc/code.html +++ b/doc/code.html @@ -166,11 +166,6 @@ To learn more about the <code>GOPATH</code> environment variable, see <a href="/cmd/go/#hdr-GOPATH_environment_variable"><code>'go help gopath'</code></a>. </p> -<p> -To use a custom workspace location, -<a href="https://golang.org/wiki/SettingGOPATH">set the <code>GOPATH</code> environment variable</a>. -</p> - <h3 id="ImportPaths">Import paths</h3> <p> |