From 1a56a27c58cb7c59d8b073a78b96833f9ebe4b75 Mon Sep 17 00:00:00 2001 From: Gabriel Nicolas Avellaneda Date: Tue, 27 Jun 2017 18:00:59 -0300 Subject: [PATCH] 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 --- doc/code.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.

-- 2.50.0