Refactor to move config handling into api/

This commit is contained in:
Harshavardhana
2015-03-18 22:49:02 -07:00
parent b61daa0f87
commit a1baed3bbc
8 changed files with 21 additions and 21 deletions

View File

@@ -24,7 +24,7 @@ import (
"path"
"github.com/gorilla/mux"
"github.com/minio-io/minio/pkg/utils/config"
"github.com/minio-io/minio/pkg/api/config"
"github.com/minio-io/minio/pkg/utils/crypto/keys"
)