1
0
mirror of https://github.com/minio/mc.git synced 2025-11-10 13:42:32 +03:00

add gofumpt support, automated cleanup (#3911)

This commit is contained in:
Harshavardhana
2022-01-06 10:55:40 -08:00
committed by GitHub
parent 8b3935e24d
commit a59f9e4d30
111 changed files with 526 additions and 603 deletions

View File

@@ -197,7 +197,6 @@ func checkCopySyntaxTypeC(ctx context.Context, srcURLs []string, tgtURL string,
}
}
}
}
// checkCopySyntaxTypeD verifies if the source is a valid list of files and target is a valid folder.