Versions in this module Expand all Collapse all v1 v1.1.0 Sep 9, 2017 Changes in this version + type MarshalUnmarshaler interface + Marshal func(v interface{}) ([]byte, error) + Name func() string + Unmarshal func(b []byte, v interface{}) error