Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmd/go: first go get with local path downloads but does not build #9767

Closed
robpike opened this issue Feb 3, 2015 · 1 comment
Closed

cmd/go: first go get with local path downloads but does not build #9767

robpike opened this issue Feb 3, 2015 · 1 comment
Milestone

Comments

@robpike
Copy link
Contributor

robpike commented Feb 3, 2015

% echo $GOROOT
/Users/r/go
% pwd
/Users/r/src/rsc.io
% go get ./toolstash
package rsc.io/toolstash: cannot find package "rsc.io/toolstash" in any of:
/Users/r/go/src/rsc.io/toolstash (from $GOROOT)
/Users/r/src/rsc.io/toolstash (from $GOPATH)
% go get ./toolstash
%

If the first download uses a full path (rsc.io/toolstash), there is no problem.

@robpike robpike added this to the Go1.5 milestone Feb 3, 2015
@sbinet
Copy link
Member

sbinet commented Feb 27, 2015

tentatively: https://golang.org/cl/6266

@golang golang locked and limited conversation to collaborators Jun 25, 2016
@rsc rsc removed their assignment Jun 23, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants