Add progress bar for initial walk

This commit is contained in:
2020-11-26 14:52:33 +01:00
parent 3c3f1d747b
commit 8f0f32d5ee
2 changed files with 9 additions and 1 deletions
+1
View File
@@ -103,6 +103,7 @@ func main() {
fmt.Println()
continue
}
for _, file := range duplicateFiles {
if strings.HasPrefix(filepath.Clean(file), deleteIn) {
fmt.Println("Would delete ", file)