-
Notifications
You must be signed in to change notification settings - Fork 18k
x/mobile/bind: bind is using API not available before 1.6 #14615
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
Labels
Milestone
Comments
Closed
I also met this problem. |
CL https://golang.org/cl/20164 mentions this issue. |
I just tested this and it still seems broken to me. |
Thanks. Working now. I presume the repo is now updated. |
imWildCat
pushed a commit
to imWildCat/go-mobile
that referenced
this issue
Apr 10, 2021
Fixes golang/go#14615 Change-Id: I75e130e5b7b2534660098907fa1f044390c01d01 Reviewed-on: https://go-review.googlesource.com/20164 Reviewed-by: Elias Naur <elias.naur@gmail.com>
imWildCat
pushed a commit
to imWildCat/go-mobile
that referenced
this issue
Apr 11, 2021
Fixes golang/go#14615 Change-Id: I75e130e5b7b2534660098907fa1f044390c01d01 Reviewed-on: https://go-review.googlesource.com/20164 Reviewed-by: Elias Naur <elias.naur@gmail.com>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
o.Val().ExactString undefined (type constant.Value has no field or method ExactString)
This usage was introduced with cl/20092 to fix the long strings handling bug.
ExactString however is not available in go1.5
The text was updated successfully, but these errors were encountered: