mirror of
https://github.com/minio/minio.git
synced 2025-11-07 21:02:58 -05:00
Reformatting imports
This commit is contained in:
@@ -2,9 +2,10 @@ package donut
|
||||
|
||||
import (
|
||||
"errors"
|
||||
"github.com/minio-io/iodine"
|
||||
"strconv"
|
||||
"strings"
|
||||
|
||||
"github.com/minio-io/iodine"
|
||||
)
|
||||
|
||||
type donutBucket struct {
|
||||
|
||||
@@ -8,9 +8,10 @@ import (
|
||||
"strings"
|
||||
|
||||
"encoding/json"
|
||||
"github.com/minio-io/iodine"
|
||||
"io/ioutil"
|
||||
"path/filepath"
|
||||
|
||||
"github.com/minio-io/iodine"
|
||||
)
|
||||
|
||||
type localDirectoryNode struct {
|
||||
|
||||
@@ -2,10 +2,11 @@ package donut
|
||||
|
||||
import (
|
||||
"encoding/json"
|
||||
"github.com/minio-io/iodine"
|
||||
"io/ioutil"
|
||||
"os"
|
||||
"path"
|
||||
|
||||
"github.com/minio-io/iodine"
|
||||
)
|
||||
|
||||
func newDonutObjectWriter(objectDir string) (Writer, error) {
|
||||
|
||||
Reference in New Issue
Block a user