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

View File

@@ -27,8 +27,8 @@ import (
"github.com/gorilla/mux"
"github.com/minio/cli"
miniohttp "github.com/minio/minio/cmd/http"
"github.com/minio/minio/pkg/errors"
miniohttp "github.com/minio/minio/pkg/http"
)
var (