[Go] Fixed Size Array
Opened this issue · 0 comments
djm07073 commented
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.