Versions in this module Expand all Collapse all v0 v0.1.0 Sep 7, 2026 Changes in this version + type Change struct + Key string + Recorded string + Reproduced string + type Diff struct + Added []Entry + Changed []Change + Removed []Entry + func Compare(recorded, reproduced map[string]string) Diff + func (d Diff) Empty() bool + func (d Diff) Render() string + type Entry struct + Key string + Value string