Versions in this module Expand all Collapse all v1 v1.0.0 Jul 28, 2026 Changes in this version + func CSV(w io.Writer, r *diff.Result, o Options) error + func ColorEnabled(mode string) bool + func JSON(w io.Writer, r *diff.Result, o Options) error + func SideBySide(w io.Writer, r *diff.Result, o Options) error + func TerminalWidth() int + func Text(w io.Writer, r *diff.Result, o Options) error + type Options struct + Color bool + Limit int + ShowReordered bool + SummaryOnly bool + Width int