forked from gopherjs/gopherjs
-
Notifications
You must be signed in to change notification settings - Fork 0
golang_org import doesn't work in GOPATH mode #23
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
Thanks for the report @antong This is related to golang/go#26924 I suspect we can fix in GopherJS for now. |
myitcv
added a commit
that referenced
this issue
Dec 3, 2018
myitcv
added a commit
that referenced
this issue
Dec 3, 2018
Ensures that #23 is no longer an issue.
myitcv
added a commit
that referenced
this issue
Dec 3, 2018
Ensures that #23 is no longer an issue.
THANK YOU! ... is all I shout :-) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The stdlib special cased vendored
golang_org/...
imports do not work in GOPATH mode on the go1.11 branch. In a module it all works. It also works in mainline with the recent Go 1.11 support (0210a2f).In a module it works, but in GOPATH it gives:
The stdlib
crypto/x509
imports a vendoredgolang_org/x/crypto/cryptobyte
.The text was updated successfully, but these errors were encountered: