gotypes: support struct fields
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user