]> Cypherpunks repositories - gostls13.git/commitdiff
doc: consistent path names in example
authorDave Cheney <dave@cheney.net>
Tue, 26 Mar 2013 22:22:23 +0000 (09:22 +1100)
committerDave Cheney <dave@cheney.net>
Tue, 26 Mar 2013 22:22:23 +0000 (09:22 +1100)
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

index 3dc10976376ec85c56a020ae16d2f4d63aa4a7b6..efefc06e585181f087e50c368d40991f2f73e178 100644 (file)
@@ -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>