Versions in this module Expand all Collapse all v0 v0.2.0 Feb 27, 2026 Changes in this version + type CompareResult struct + Files []FileDiff + FilesAdded int + FilesChanged int + FilesDeleted int + TotalAdded int + TotalDeleted int + func Compare(oldReader, newReader archives.Reader) (*CompareResult, error) + type FileDiff struct + Diff string + IsBinary bool + LinesAdded int + LinesDeleted int + OldPath string + Path string + Type string