Versions in this module Expand all Collapse all v0 v0.2.0 Sep 21, 2022 Changes in this version + func Diff(a, b, lineSep string) (string, int) type Reporter + DiffCount int v0.1.0 Sep 11, 2022 Changes in this version + func MultilineDiff(a, b, lineSep string) string + type Reporter struct + LineSep string + func (r *Reporter) PopStep() + func (r *Reporter) PushStep(ps cmp.PathStep) + func (r *Reporter) Report(rs cmp.Result) + func (r *Reporter) String() string