-
Notifications
You must be signed in to change notification settings - Fork 18k
x/mobile/cmd/gomobile: update wiki instructions to explicitly set GO111MODULE as needed #33822
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
Can you list the output for |
Thanks @smasher164, sure:
This is strange though:
Rebuilding makes no difference. |
Your |
Module-mode support for |
Hello. Any news or at least workarounds on this? What steps are needed to make gobind workable in this situation? |
Specifying |
GO111MODULE=off go get -d golang.org/x/mobile/example/basic |
Updated the wiki page. |
The instructions here do not work for me on OSX with 1.12.9:
My gopath does not have
src/golang.org/x/mobile/example/basic
after this. Should it?Building with go itself works however and the resulting binary executes successfully:
My gopath still does not have
src/golang.org/x/mobile/example/basic
after this, but it somehow builds successfully.gomobile init also fails:
Tried getting gobind:
Still doesn't work. Tried installing gobind, and now have a gobind binary:
Still doesn't work.
I'm new to Go and currently fighting very hard with the way it organises things which doesn't seem to make any sense to me (at all) yet, so it's quite likely that I'm simply missing something basic, no idea what though. Any ideas?
My environment for reference:
The text was updated successfully, but these errors were encountered: