Versions in this module Expand all Collapse all v0 v0.0.310 Jun 15, 2022 Changes in this version + var CompareUnexportedFields = false + var ErrMaxRecursion = errors.New("recursed to MaxDepth") + var ErrNotHandled = errors.New("cannot compare the reflect.Kind") + var ErrTypeMismatch = errors.New("variables are different reflect.Type") + var FloatPrecision = 10 + var LogErrors = false + var MaxDepth = 0 + var MaxDiff = 10 + func Equal(a, b interface{}) []string + func In(value interface{}, container interface{}) bool + func Override(left interface{}, right interface{})