mirror of
https://github.com/minio/minio.git
synced 2025-02-03 01:46:00 -05:00
Do go fmt on bucket.go
This commit is contained in:
parent
ae8089c9b6
commit
fdd2c22fa5
@ -19,13 +19,13 @@ package donut
|
|||||||
import (
|
import (
|
||||||
"bytes"
|
"bytes"
|
||||||
"fmt"
|
"fmt"
|
||||||
|
"hash"
|
||||||
"io"
|
"io"
|
||||||
"path/filepath"
|
"path/filepath"
|
||||||
"sort"
|
"sort"
|
||||||
"strings"
|
"strings"
|
||||||
"sync"
|
"sync"
|
||||||
"time"
|
"time"
|
||||||
"hash"
|
|
||||||
|
|
||||||
"crypto/md5"
|
"crypto/md5"
|
||||||
"encoding/hex"
|
"encoding/hex"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user