1
0
mirror of https://github.com/minio/mc.git synced 2025-11-13 12:22:45 +03:00

error messages and tiny bug fixes

This commit is contained in:
Anand Babu (AB) Periasamy
2015-08-22 19:47:11 -07:00
parent 722e02b243
commit 0de688948a
29 changed files with 208 additions and 547 deletions

View File

@@ -73,12 +73,6 @@ func (e errInvalidTarget) Error() string {
return "Invalid target " + e.URL
}
type errTargetIsNotDir errInvalidURL
func (e errTargetIsNotDir) Error() string {
return "Target " + e.URL + " is not a folder."
}
type errSourceNotRecursive errInvalidURL
func (e errSourceNotRecursive) Error() string {