Versions in this module Expand all Collapse all v1 v1.0.1 Jun 30, 2026 v1.0.0 Jun 30, 2026 Changes in this version + type NestedMessage struct + ID int32 + Name string + type OneofKind int8 + const OneofNone + const OneofNumber + const OneofString + type TestMessage struct + BoolVal bool + BytesVal []byte + DoubleVal float64 + Fixed32Val uint32 + Fixed64Val uint64 + FloatVal float32 + Int32Val int32 + Int64Val int64 + MapField map[string]int64 + Nested *NestedMessage + OneofKind OneofKind + OneofNumVal int64 + OneofStrVal string + RepeatedInt32 []int32 + Sfixed32Val int32 + Sfixed64Val int64 + Sint32Val int32 + Sint64Val int64 + StringVal string + Uint32Val uint32 + Uint64Val uint64 + func (m *TestMessage) Marshal() ([]byte, error) + func (m *TestMessage) MarshalAppend(b []byte) ([]byte, error) + func (m *TestMessage) Size() int + func (m *TestMessage) Unmarshal(data []byte) error