Home | History | Annotate | Download | only in doc

Lines Matching full:goroot

334         /home/you/go/src/pkg/foo/quxx (from $GOROOT)
339 Second, the <code>go get</code> command no longer allows <code>$GOROOT</code>
352 when <code>$GOPATH</code> and <code>$GOROOT</code> are set to the same value.
356 $ GOPATH=$GOROOT go get code.google.com/p/foo/quxx
357 warning: GOPATH set to GOROOT (/home/you/go) has no effect
358 package code.google.com/p/foo/quxx: cannot download, $GOPATH must not be set to $GOROOT. For more details see: go help gopath