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

[Go] Fixed Size Array #8417

Open
djm07073 opened this issue Oct 6, 2024 · 1 comment
Open

[Go] Fixed Size Array #8417

djm07073 opened this issue Oct 6, 2024 · 1 comment

Comments

@djm07073
Copy link

djm07073 commented Oct 6, 2024

please support fixed size array for Golang flatbuffer generation

struct U256 {
    value: [ubyte:32];
}

 error: Arrays are not yet supported in all the specified programming languages.
@vinicius-lino-figueiredo

I would also like to see support for fixed-size arrays in Go FlatBuffers generation. This would be nice for fixed-length data structures, such as UUIDs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants