diff options
Diffstat (limited to 'doc/go1.1.html')
-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> |