[Go] Fixed Size Array
Open
golang
not-stale
- Dominant language
- C++
- Stars
- 26.5k
- Forks
- 3.7k
- PR merge metrics
- No merged PRs in 30d
Description
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.
```
Contributor guide
Assessment
This issue has not been assessed yet.