diff options
author | Dave Cheney <dave@cheney.net> | 2013-03-27 09:22:23 +1100 |
---|---|---|
committer | Dave Cheney <dave@cheney.net> | 2013-03-27 09:22:23 +1100 |
commit | 6b090164b4d5ca17abb30cb7abaf4939dd627cea (patch) | |
tree | 578055e91f6d34da35a72a9d690ee13ac7c1998c /doc | |
parent | ac257f0354f6b8017b11b4feafdff89f55b928a2 (diff) | |
download | go-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.html | 2 |
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> |