Versions in this module Expand all Collapse all v1 v1.0.3 Apr 6, 2026 v1.0.2 Apr 6, 2026 v1.0.1 Apr 6, 2026 Changes in this version + func Run(args []string) error + type Config struct + Context int + IgnoreAllSpace bool + JSON bool + LabelNew string + LabelOld string + Plain bool + Pretty bool + Quiet bool + Recursive bool + Unified bool + XML bool + type DiffError struct + Code int + Msg string + Path string + XMLName xml.Name + type DiffHunk struct + Lines []DiffLine + NewCount int + NewStart int + OldCount int + OldStart int + XMLName xml.Name + type DiffLine struct + Content string + Number int + Type string + XMLName xml.Name + type DiffResult struct + AddedLines int + ChangedHunks int + Errors []DiffError + Hunks []DiffHunk + Identical bool + NewFile string + NewLabel string + OldFile string + OldLabel string + RemovedLines int + Timestamp int64 + XMLName xml.Name v1.0.0 Apr 6, 2026