mirror of
https://github.com/minio/minio.git
synced 2025-11-07 12:52:58 -05:00
Reformatting imports
This commit is contained in:
@@ -21,8 +21,9 @@ import (
|
||||
"math/rand"
|
||||
"strconv"
|
||||
|
||||
"github.com/minio-io/check"
|
||||
"time"
|
||||
|
||||
"github.com/minio-io/check"
|
||||
)
|
||||
|
||||
// APITestSuite - collection of API tests
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -21,6 +21,7 @@ import (
|
||||
"path"
|
||||
|
||||
"encoding/json"
|
||||
|
||||
"github.com/minio-io/minio/pkg/drivers"
|
||||
)
|
||||
|
||||
|
||||
@@ -28,8 +28,9 @@ import (
|
||||
"crypto/md5"
|
||||
"encoding/hex"
|
||||
|
||||
"github.com/minio-io/minio/pkg/drivers"
|
||||
"io/ioutil"
|
||||
|
||||
"github.com/minio-io/minio/pkg/drivers"
|
||||
)
|
||||
|
||||
// memoryDriver - local variables
|
||||
|
||||
Reference in New Issue
Block a user