summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDave Cheney <dave@cheney.net>2013-03-27 09:22:23 +1100
committerDave Cheney <dave@cheney.net>2013-03-27 09:22:23 +1100
commit6b090164b4d5ca17abb30cb7abaf4939dd627cea (patch)
tree578055e91f6d34da35a72a9d690ee13ac7c1998c /doc
parentac257f0354f6b8017b11b4feafdff89f55b928a2 (diff)
downloadgo-6b090164b4d5ca17abb30cb7abaf4939dd627cea.tar.gz
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://codereview.appspot.com/8025043
Diffstat (limited to 'doc')
-rw-r--r--doc/go1.1.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/go1.1.html b/doc/go1.1.html
index 3dc109763..efefc06e5 100644
--- a/doc/go1.1.html
+++ b/doc/go1.1.html
@@ -309,7 +309,7 @@ when <code>$GOPATH</code> and <code>$GOROOT</code> are set to the same value.
<pre>
$ 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
</pre>