doc, cmd/go: adjust documentation for default GOPATH
Replaces CL 33356.
Fixes #17262.
Change-Id: Idfb2343e90771775e51a66c63760f458737a288c
Reviewed-on: https://go-review.googlesource.com/33730
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
diff --git a/doc/go_faq.html b/doc/go_faq.html
index 884d98b..3006b3d 100644
--- a/doc/go_faq.html
+++ b/doc/go_faq.html
@@ -1094,7 +1094,7 @@
<ul>
<li>Manually clone the repository in the expected package directory:
<pre>
-$ cd $GOPATH/src/github.com/username
+$ cd src/github.com/username
$ git clone git@github.com:username/package.git
</pre>
</li>