-
Notifications
You must be signed in to change notification settings - Fork 18k
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: go get -d gives needless and confusing error #11803
Comments
This is working as intended according to #11090. |
That issue doesn't address the weird message, only the presence of one. |
The message is presented because you have asked the go tool to download Assuming that such a message should be presented (what the other issue is On 22 July 2015 at 13:49, Rob Pike notifications@github.com wrote:
|
Just please tell me what That's what I'm complaining about. |
go1.8 error message:
no weird circular dependency message, so it looks like this is fixed. |
% go get -d golang.org/x/mobile
package golang.org/x/mobile
imports golang.org/x/mobile: no buildable Go source files in /Users/r/src/golang.org/x/mobile
%
I see this message often when I want to grab a repository but not yet build it. Maybe I am unusual in this respect, but the error message is unnecessary (I asked to download it, not build it) and odd (the two-line format is peculiar and the "imports" word seems irrelevant to the invocation).
The text was updated successfully, but these errors were encountered: