binary
binary copied to clipboard
Marshal and unmarshal binary message and file formats in Go
Results
1
binary issues
Sort by
recently updated
recently updated
newest added
Hi! Is it possible to do nested types and arrays in structs like ```go type nested struct { A uint8 `bitfield:"4"` B uint32 `bitfield:"32"` } type mainstruct struct { data0...