mirror of
https://github.com/minio/minio.git
synced 2024-12-24 22:25:54 -05:00
format import style (#7383)
This commit is contained in:
parent
3d29ab4059
commit
73be3ed0ca
@ -17,17 +17,14 @@
|
|||||||
package cmd
|
package cmd
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
"encoding/gob"
|
||||||
|
"encoding/hex"
|
||||||
"errors"
|
"errors"
|
||||||
"fmt"
|
"fmt"
|
||||||
"io"
|
"io"
|
||||||
|
"net/http"
|
||||||
"path"
|
"path"
|
||||||
"strconv"
|
"strconv"
|
||||||
|
|
||||||
"net/http"
|
|
||||||
|
|
||||||
"encoding/gob"
|
|
||||||
"encoding/hex"
|
|
||||||
|
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"github.com/gorilla/mux"
|
"github.com/gorilla/mux"
|
||||||
|
Loading…
Reference in New Issue
Block a user