Versions in this module Expand all Collapse all v1 v1.0.0 Jan 8, 2021 Changes in this version + func Boolp(b bool) *bool + func GetBool(v *bool) (vv bool, set bool) + func MaybeUnmarshal(um Unmarshaler, data []byte) bool + func MustMarshal(m Marshaler) []byte + func MustUnmarshal(um Unmarshaler, data []byte) + type Marshaler interface + Marshal func() (data []byte, err error) + type Unmarshaler interface + Unmarshal func(data []byte) error Incompatible versions in this module v3.3.27+incompatible Aug 25, 2020 v2.3.8+incompatible Feb 16, 2017