README ¶ Protobuf https://github.com/golang/protobuf/issues/1370 https://github.com/philpearl/plenc/issues/3 https://github.com/protocolbuffers/protobuf-go/blob/master/testing/protopack/pack.go https://github.com/segmentio/encoding/issues/103 https://stackoverflow.com/questions/41348512/protobuf-unmarshal-unknown Expand ▾ Collapse ▴ Documentation ¶ Index ¶ type Message func Parse(buf []byte) Message func (m Message) Marshal() []byte type Repeated Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Message ¶ added in v1.6.6 type Message map[protowire.Number]interface{} func Parse ¶ added in v1.3.5 func Parse(buf []byte) Message func (Message) Marshal ¶ added in v1.6.6 func (m Message) Marshal() []byte type Repeated ¶ added in v1.6.6 type Repeated []interface{} Source Files ¶ View all Source files protobuf.go Click to show internal directories. Click to hide internal directories.