Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDecoder ¶
newDecoder returns a new decoder that reads values from in. The input is expected to be in the given byte order.
func NewEncoder ¶
NewEncoder returns a new encoder that writes to out in the given byte order.
Types ¶
type FormatError ¶
type FormatError string
A FormatError is an error in the wire format.
func (FormatError) Error ¶
func (e FormatError) Error() string
Click to show internal directories.
Click to hide internal directories.