Versions in this module Expand all Collapse all v1 v1.0.0 Mar 2, 2020 Changes in this version + var DefaultUnmarshaler = Unmarshaler + var UnexpectedTypeErr = errors.New(...) + type Unmarshaler struct + UnmarshalFunc func([]byte, interface{}) error + func (um Unmarshaler) Unmarshal(data []byte, i interface{}) error