-
Notifications
You must be signed in to change notification settings - Fork 26
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
README: stop suggesting GOARCH=js go get since it no longer works #29
Comments
The intention behind that command was to fetch the GopherJS dependencies of I think the I think a workaround is to rely on specifying
That should work. I'll have to update the README. Thanks for reporting the problem! |
Thanks for the quick response, that definitely sheds like on the problem. I seem to have another problem. I cannot seem to build a project with gopherjs and it might be because it is a module? I can build the goxjs/example projects but I get |
It is related to your project using modules. Unfortunately, the current version of GopherJS on the |
Great as always @dmitshur! Keep kicking butts! |
I'm glad I was helpful with this. :) If you don't mind, I'll reopen this issue and use it to update the README with the new instructions. |
I am sorry, this may be very basic but I am trying to use this library and I try to run
GOARCH=js go get -u -d github.com/goxjs/gl/...
I get
unsupported GOOS/GOARCH pair darwin/js
I have tried a series of pairs likejs/js
or/js
orjs/darwin
and I get the same message everytime.Am I doing something wrong? does the library need to be updated?
The text was updated successfully, but these errors were encountered: