mirror of
https://github.com/fumiama/dupimage.git
synced 2026-06-30 09:00:29 +08:00
typo
This commit is contained in:
2
main.go
2
main.go
@@ -148,7 +148,7 @@ func main() {
|
|||||||
for _, lst := range dups {
|
for _, lst := range dups {
|
||||||
if len(lst) > 0 {
|
if len(lst) > 0 {
|
||||||
j++
|
j++
|
||||||
fmt.Println("[", j, "] duplicate: ", lst)
|
fmt.Println("[", j, "] duplicate:", lst)
|
||||||
if action {
|
if action {
|
||||||
newdir := strconv.Itoa(j)
|
newdir := strconv.Itoa(j)
|
||||||
err = os.MkdirAll(newdir, 0755)
|
err = os.MkdirAll(newdir, 0755)
|
||||||
|
|||||||
Reference in New Issue
Block a user