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

@@ -4,7 +4,7 @@ import (
"bytes"
"io"
"github.com/minio-io/iodine"
"github.com/minio-io/minio/pkg/iodine"
"github.com/minio-io/minio/pkg/storage/drivers"
"github.com/stretchr/testify/mock"
)