iodine is part of minio now

This commit is contained in:
Harshavardhana
2015-04-08 18:02:03 -07:00
parent 879e428596
commit 38155e86ac
46 changed files with 1579 additions and 26 deletions

View File

@@ -26,7 +26,7 @@ import (
"time"
"github.com/minio-io/cli"
"github.com/minio-io/iodine"
"github.com/minio-io/minio/pkg/iodine"
"github.com/minio-io/minio/pkg/server"
"github.com/minio-io/minio/pkg/utils/log"
)