Move http package inside cmd (#5776)

This commit is contained in:
kannappanr
2018-04-05 14:19:27 -07:00
committed by GitHub
parent 9eb94fe8c8
commit 91fd8ffeb7
11 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ import (
"net/http"
"net/rpc"
miniohttp "github.com/minio/minio/pkg/http"
miniohttp "github.com/minio/minio/cmd/http"
)
// ServeHTTP implements an http.Handler that answers RPC requests,