Versions in this module Expand all Collapse all v1 v1.0.0 Apr 14, 2025 Changes in this version + type MarshalUnmarshaler interface + Marshal func(v interface{}) ([]byte, error) + Name func() string + Unmarshal func(b []byte, v interface{}) error