gotypes: support struct fields

This commit is contained in:
Michael McLoughlin
2018-12-17 23:28:31 -08:00
parent 7f3efa1eb5
commit bc9a2aa46b
6 changed files with 210 additions and 28 deletions

View File

@@ -2,7 +2,9 @@ package components
type Struct struct {
Byte byte
Uint32 uint32
Int8 int8
Uint16 uint16
Int32 int32
Uint64 uint64
Float32 float32
Float64 float64