Versions in this module Expand all Collapse all go1 go1.18.10 Jan 10, 2023 Changes in this version + type BinaryMarshaler interface + MarshalBinary func() (data []byte, err error) + type BinaryUnmarshaler interface + UnmarshalBinary func(data []byte) error + type TextMarshaler interface + MarshalText func() (text []byte, err error) + type TextUnmarshaler interface + UnmarshalText func(text []byte) error