google/flatbuffers

[Go] Fixed Size Array

Opened this issue · 0 comments

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.