Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Object ¶
type Object struct {
A uint32 `msg:"A"`
B uint64 `msg:"B"`
C float32 `msg:"C"`
D float64 `msg:"D"`
E string `msg:"E"`
F bool `msg:"F"`
G []byte `msg:"G"`
H [][]byte `msg:"H"`
}
Object is a test struct
func (*Object) MarshalMsg ¶
MarshalMsg implements msgp.Marshaler
Click to show internal directories.
Click to hide internal directories.