From 24c2c88b9084acbd6316aa71cf855646a582ee03 Mon Sep 17 00:00:00 2001 From: Dave Cheney Date: Wed, 27 Mar 2013 09:22:23 +1100 Subject: [PATCH] doc: consistent path names in example Always use /home/you for $HOME in examples. Trivial enough that someone else can integrate this change if they are editing go1.1.html R=r CC=golang-dev https://golang.org/cl/8025043 --- doc/go1.1.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/go1.1.html b/doc/go1.1.html index 3dc1097637..efefc06e58 100644 --- a/doc/go1.1.html +++ b/doc/go1.1.html @@ -309,7 +309,7 @@ when $GOPATH and $GOROOT are set to the same value.
 $ GOPATH=$GOROOT go get code.google.com/p/foo/quxx
-warning: GOPATH set to GOROOT (/home/User/go) has no effect
+warning: GOPATH set to GOROOT (/home/you/go) has no effect
 package code.google.com/p/foo/quxx: cannot download, $GOPATH must not be set to $GOROOT. For more details see: go help gopath
 
-- 2.48.1