Added difference ignore button

This commit is contained in:
2018-03-09 14:48:00 +01:00
parent 1e63498fa3
commit cb9e277718
10 changed files with 84 additions and 18 deletions

View File

@ -6,4 +6,5 @@ type Difference interface {
Explanation() string
DetailsA() string
DetailsB() string
Hash() uint64
}