Restructure codebase move crypto, checksum to top-level, move `split` into donut, move crypto/keys into api/auth

This commit is contained in:
Harshavardhana
2015-07-03 15:17:44 -07:00
parent 8a4e7bcdcf
commit 30fc14e703
52 changed files with 6 additions and 6 deletions

View File

@@ -26,7 +26,7 @@ import (
"time"
"github.com/minio/minio/pkg/quick"
"github.com/minio/minio/pkg/utils/crypto/keys"
"github.com/minio/minio/pkg/server/api/auth/keys"
)
type contentTypeHandler struct {