Skip to content
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

x/mobile/cmd/gobind: byte slices are not listed as supported types #10481

Closed
rakyll opened this issue Apr 16, 2015 · 3 comments
Closed

x/mobile/cmd/gobind: byte slices are not listed as supported types #10481

rakyll opened this issue Apr 16, 2015 · 3 comments

Comments

@rakyll
Copy link
Contributor

rakyll commented Apr 16, 2015

Originally reported by @hellais.

gobind help doesn't list byte arrays as the supported types in following section.

All exported symbols in the package must have types that are supported.
Supported types include:
    - Signed integer and floating point types.
    - String and boolean types.
    ...

cc/ @crawshaw @hyangah

@hellais
Copy link

hellais commented Apr 16, 2015

There appear to be unit tests for them, so they are most probably supported.

@hyangah
Copy link
Contributor

hyangah commented Apr 16, 2015

Thanks for the report. It's fixed long time ago, but I forgot to update the doc.

@hyangah
Copy link
Contributor

hyangah commented Apr 16, 2015

@golang golang locked and limited conversation to collaborators Jun 25, 2016
imWildCat pushed a commit to imWildCat/go-mobile that referenced this issue Apr 10, 2021
Fixes golang/go#10481.

Change-Id: I8cee771c32347c2ef641b416dbc1967dc52a0f46
Reviewed-on: https://go-review.googlesource.com/8986
Reviewed-by: Burcu Dogan <jbd@google.com>
imWildCat pushed a commit to imWildCat/go-mobile that referenced this issue Apr 11, 2021
Fixes golang/go#10481.

Change-Id: I8cee771c32347c2ef641b416dbc1967dc52a0f46
Reviewed-on: https://go-review.googlesource.com/8986
Reviewed-by: Burcu Dogan <jbd@google.com>
@rsc rsc unassigned hyangah Jun 23, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants