Versions in this module Expand all Collapse all v1 v1.7.2 Mar 6, 2018 v1.7.1 Feb 13, 2018 v1.6.1 Apr 6, 2017 Changes in this version + var ColferListMax = 64 * 1024 + var ColferSizeMax = 16 * 1024 * 1024 + type ColferError int + func (i ColferError) Error() string + type ColferMax string + func (m ColferMax) Error() string + type ColferTail int + func (i ColferTail) Error() string + type O struct + A []byte + As [][]byte + B bool + F32 float32 + F32s []float32 + F64 float64 + F64s []float64 + I32 int32 + I64 int64 + O *O + Os []*O + S string + Ss []string + T time.Time + U16 uint16 + U32 uint32 + U64 uint64 + U8 uint8 + func (o *O) MarshalBinary() (data []byte, err error) + func (o *O) MarshalLen() (int, error) + func (o *O) MarshalTo(buf []byte) int + func (o *O) Unmarshal(data []byte) (int, error) + func (o *O) UnmarshalBinary(data []byte) error