mirror of
https://github.com/pgsty/minio.git
synced 2026-08-09 07:43:29 +03:00
Reformatting imports
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user