-
Notifications
You must be signed in to change notification settings - Fork 788
cmd/gomobile: add missing latest tag to gobind #75
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
Conversation
This PR (HEAD: b6bc5b4) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/mobile/+/384414 to see it. Tip: You can toggle comments from me using the |
Message from Gopher Robot: Patch Set 1: Congratulations on opening your first change. Thank you for your contribution! Next steps: Most changes in the Go project go through a few rounds of revision. This can be Please don’t reply on this GitHub thread. Visit golang.org/cl/384414. |
Message from Changkun Ou: Patch Set 1: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/384414. |
b6bc5b4
to
7830e14
Compare
This PR (HEAD: 7830e14) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/mobile/+/384414 to see it. Tip: You can toggle comments from me using the |
Message from Rufus Li: Patch Set 2: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/384414. |
Message from Hyang-Ah Hana Kim: Patch Set 3: Run-TryBot+1 (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/384414. |
Go install requires a version to be provided after the package name. gomobile init command is updated to reflect this new requirement Fixes golang/go#50994
7830e14
to
3a07fa6
Compare
Message from Gopher Robot: Patch Set 3: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/384414. |
Message from Gopher Robot: Patch Set 3: TryBot-Result-1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/384414. |
This PR (HEAD: 3a07fa6) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/mobile/+/384414 to see it. Tip: You can toggle comments from me using the |
Message from Hajime Hoshi: Patch Set 4: Run-TryBot+1 Code-Review+2 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/384414. |
Message from Gopher Robot: Patch Set 4: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/384414. |
Message from Hajime Hoshi: Patch Set 4: Code-Review+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/384414. |
Message from Gopher Robot: Patch Set 4: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/384414. |
Message from Gopher Robot: Patch Set 4: TryBot-Result-1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/384414. |
This PR (HEAD: 2babe2e) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/mobile/+/384414 to see it. Tip: You can toggle comments from me using the |
Message from Hyang-Ah Hana Kim: Patch Set 5: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/384414. |
2babe2e
to
6fb8fa7
Compare
Message from Rufus Li: Patch Set 5: (4 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/384414. |
This PR (HEAD: 6fb8fa7) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/mobile/+/384414 to see it. Tip: You can toggle comments from me using the |
Message from Hyang-Ah Hana Kim: Patch Set 6: Run-TryBot+1 Code-Review+2 (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/384414. |
Message from Gopher Robot: Patch Set 6: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/384414. |
Message from Gopher Robot: Patch Set 6: TryBot-Result-1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/384414. |
6fb8fa7
to
3a07fa6
Compare
Message from Rufus Li: Patch Set 6: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/384414. |
Message from Hyang-Ah Hana Kim: Patch Set 7: Run-TryBot+1 Code-Review+2 Please don’t reply on this GitHub thread. Visit golang.org/cl/384414. |
Message from Gopher Robot: Patch Set 7: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/384414. |
Message from Gopher Robot: Patch Set 7: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/384414. |
Message from Gopher Robot: Patch Set 7: TryBot-Result-1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/384414. |
Message from Cherry Mui: Patch Set 7: Trust+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/384414. |
Message from Changkun Ou: Patch Set 7: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/384414. |
Message from Changkun Ou: Patch Set 7: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/384414. |
Message from Rufus Li: Patch Set 7: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/384414. |
Message from Hyang-Ah Hana Kim: Patch Set 8: Patch Set 7 was rebased Please don’t reply on this GitHub thread. Visit golang.org/cl/384414. |
Message from Hyang-Ah Hana Kim: Patch Set 8: Run-TryBot+1 Code-Review+2 Trust+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/384414. |
Go install requires a version to be provided after the package name. gomobile init command is updated to reflect this new requirement Fixes golang/go#50994 Change-Id: I014bd6815d9620415ceb43dd7e0aea3afac60556 GitHub-Last-Rev: 3a07fa6 GitHub-Pull-Request: #75 Reviewed-on: https://go-review.googlesource.com/c/mobile/+/384414 Trust: Cherry Mui <[email protected]> Reviewed-by: Hyang-Ah Hana Kim <[email protected]> Trust: Hyang-Ah Hana Kim <[email protected]> Run-TryBot: Hyang-Ah Hana Kim <[email protected]> TryBot-Result: Gopher Robot <[email protected]>
Message from Gopher Robot: Patch Set 8: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/384414. |
This PR is being closed because golang.org/cl/384414 has been merged. |
Go install requires a version to be provided after the package name.
gomobile init command is updated to reflect this new requirement
Fixes golang/go#50994