Versions in this module Expand all Collapse all v0 v0.1.5 Jan 24, 2024 v0.1.4 Jan 3, 2024 Changes in this version + type ObjectDiff struct + Field string + Value1 any + Value2 any + type ObjectDiffs []ObjectDiff + func MapsDiff(path string, map1, map2 map[string]any) ObjectDiffs + func (o *ObjectDiffs) Append(diff ObjectDiff)