Documentation ¶
Overview ¶
Package msgpack implements encoding and decoding of MessagePack.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Decoder ¶
A Decoder reads and decodes MessagePack encoding from an input stream.
func NewDecoder ¶
NewDecoder returns a new decoder that reads from r.
Click to show internal directories.
Click to hide internal directories.