1
0
mirror of https://github.com/fumiama/dupimage.git synced 2026-06-08 20:10:34 +08:00
This commit is contained in:
源文雨
2022-07-25 12:03:52 +08:00
parent ff7448b64a
commit 163b345681

View File

@@ -148,7 +148,7 @@ func main() {
for _, lst := range dups {
if len(lst) > 0 {
j++
fmt.Println("[", j, "] duplicate: ", lst)
fmt.Println("[", j, "] duplicate:", lst)
if action {
newdir := strconv.Itoa(j)
err = os.MkdirAll(newdir, 0755)