From: Gabriel Nicolas Avellaneda Date: Tue, 27 Jun 2017 21:00:59 +0000 (-0300) Subject: doc: Proper default value for the $GOPATH. X-Git-Tag: go1.9rc1~147 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=1a56a27c58cb7c59d8b073a78b96833f9ebe4b75;p=gostls13.git doc: Proper default value for the $GOPATH. It should be $HOME/go instead of $HOME/work Change-Id: I22e0a89deff30f935c3e25a237d6c0c161103339 Reviewed-on: https://go-review.googlesource.com/46890 Reviewed-by: Brad Fitzpatrick --- diff --git a/doc/code.html b/doc/code.html index ee9988b0a9..f22e6b4919 100644 --- a/doc/code.html +++ b/doc/code.html @@ -270,7 +270,7 @@ This command builds the hello command, producing an executable binary. It then installs that binary to the workspace's bin directory as hello (or, under Windows, hello.exe). In our example, that will be $GOPATH/bin/hello, which is -$HOME/work/bin/hello. +$HOME/go/bin/hello.