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

donut cleanup

This commit is contained in:
Anand Babu (AB) Periasamy
2015-04-05 11:21:19 -07:00
parent c892793810
commit ec0360d9bd
10 changed files with 67 additions and 505 deletions

View File

@@ -26,7 +26,7 @@ var (
errEmptyURL = errors.New("URL is empty")
// url
errInvalidScheme = errors.New("Invalid URL scheme only http{s}:// supported")
errUnsupportedScheme = errors.New("Unsupported URL scheme")
// url
errInvalidURL = errors.New("Invalid URL")