(Feat): New feature: Ability to compare different archives

This commit is contained in:
2025-11-21 08:34:44 +00:00
parent 8fe196b281
commit 34f619404e

View File

@@ -6,7 +6,6 @@ import (
"zipprine/internal/models" "zipprine/internal/models"
) )
// ComparisonResult holds the result of comparing two archives // ComparisonResult holds the result of comparing two archives
type ComparisonResult struct { type ComparisonResult struct {
OnlyInFirst []string OnlyInFirst []string