From: Dave Cheney Date: Tue, 26 Mar 2013 22:22:23 +0000 (+1100) Subject: doc: consistent path names in example X-Git-Tag: go1.1rc2~318 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=24c2c88b9084acbd6316aa71cf855646a582ee03;p=gostls13.git 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 --- 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