Reformatting imports

This commit is contained in:
Frederick F. Kautz IV
2015-04-04 13:59:46 -07:00
parent 55a6d1797f
commit 2f44438843
9 changed files with 16 additions and 7 deletions
+2 -1
View File
@@ -24,11 +24,12 @@ import (
"strings"
"time"
"io/ioutil"
"github.com/minio-io/iodine"
"github.com/minio-io/minio/pkg/drivers"
"github.com/minio-io/minio/pkg/storage/donut"
"github.com/minio-io/minio/pkg/utils/log"
"io/ioutil"
)
// donutDriver - creates a new single disk drivers driver using donut