-
Notifications
You must be signed in to change notification settings - Fork 18k
golang_org/...
in import
#17548
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
Comments
I do not know what the "atom" tool is in this context, but these import paths are correct. These packages are vendored with these paths, which means they can be found in See #17326 for being able to change the path back to golang.org. |
Those packages exist inside GOROOT/src/vendor. Is this an atom bug? On Sat, 22 Oct 2016, 12:51 Kevin Qu [email protected] wrote:
|
Sorry, I don't understand what this issue is about.
h2_bundle.go imports the vendored copy of x/net/http2/hpack package.
The reason we use golang_org instead of golang.org is #16333.
|
Please answer these questions before submitting your issue. Thanks!
What version of Go are you using (
go version
)?1.7 and HEAD now
What operating system and processor architecture are you using (
go env
)?any
What did you do?
This cause
atom
generate many import error message. And of course, cannot build.For src\net\http\h2_bundle.go file are
go:generate
by tool, may this issue is from the tool.What did you expect to see?
src\net\http\h2_bundle.go
What did you see instead?
src\net\http\h2_bundle.go
The text was updated successfully, but these errors were encountered: