Versions in this module Expand all Collapse all v0 v0.0.2 Jan 14, 2022 v0.0.1 Jan 14, 2022 Changes in this version + func Diff(a interface{}, b interface{}) ([]byte, error) + func Equal(a interface{}, b interface{}) (bool, string, error) + func MustDiff(a interface{}, b interface{}) []byte + func MustEqual(a interface{}, b interface{}) (bool, string)