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: error message for import path with https:// isn't helpful. #8081

Closed
robpike opened this issue May 22, 2014 · 1 comment
Closed

cmd/go: error message for import path with https:// isn't helpful. #8081

robpike opened this issue May 22, 2014 · 1 comment
Milestone

Comments

@robpike
Copy link
Contributor

robpike commented May 22, 2014

% go get http://code.google.com/p/unicode/norm
package http:/code.google.com/p/unicode/norm: unrecognized import path
"http:/code.google.com/p/unicode/norm"
% 

The problem is that you should not specify an http: up front, but the error message
doesn't say that and confuses matters further by running the path through cleanname,
making it look like an erroneous path.

Fix the error message.
@rsc
Copy link
Contributor

rsc commented May 27, 2014

Comment 1:

Status changed to Fixed.

@robpike robpike self-assigned this May 27, 2014
@rsc rsc added this to the Go1.3 milestone Apr 14, 2015
@golang golang locked and limited conversation to collaborators Jun 25, 2016
@rsc rsc unassigned robpike Jun 23, 2022
This issue was closed.
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

3 participants