move httpserver under server

This commit is contained in:
Anand Babu (AB) Periasamy 2015-02-23 11:03:01 -08:00
parent 7c608ec857
commit de41e465c8
3 changed files with 1 additions and 1 deletions

View file

@ -23,7 +23,7 @@ import (
"github.com/minio-io/minio/pkg/api/minioapi"
"github.com/minio-io/minio/pkg/api/webuiapi"
"github.com/minio-io/minio/pkg/httpserver"
"github.com/minio-io/minio/pkg/server/httpserver"
mstorage "github.com/minio-io/minio/pkg/storage"
"github.com/minio-io/minio/pkg/storage/fs"
"github.com/minio-io/minio/pkg/storage/inmemory"