Versions in this module Expand all Collapse all v1 v1.0.0 Oct 25, 2020 Changes in this version + type CommonDiff struct + A interface{} + B interface{} + func (cd CommonDiff) Error() string + type Diff struct + Path []string + Value error + func Diffs(a, b interface{}) (diffs []Diff) + type FuncDiff CommonDiff + func (fd FuncDiff) Error() string + type InvalidDiff struct + A bool + B bool + func (id InvalidDiff) Error() string + type KeyNotFoundDiff struct + A bool + B bool + Key string + func (kd KeyNotFoundDiff) Error() string + type LenDiff struct + Value int + func (ld LenDiff) Error() string + type TypeDiff CommonDiff + func (td TypeDiff) Error() string