Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RunM ¶
RunM validates, that each passed marshaler produces exact sequence of bytes, as specified.
Types ¶
type MU ¶
type MU struct {
ReadWriter interface {
io.ReaderFrom
io.WriterTo
}
Bytes []byte
}
MU defines the marshaling/unmarshaling testing type.
type U ¶
type U struct {
Reader io.ReaderFrom
Bytes []byte
}
U defines the unmarshaling testing type.
Click to show internal directories.
Click to hide internal directories.