diff --git a/cmd/storage-rest-server.go b/cmd/storage-rest-server.go index 8cf6b4eb9..0eb180008 100644 --- a/cmd/storage-rest-server.go +++ b/cmd/storage-rest-server.go @@ -17,17 +17,14 @@ package cmd import ( + "encoding/gob" + "encoding/hex" "errors" "fmt" "io" + "net/http" "path" "strconv" - - "net/http" - - "encoding/gob" - "encoding/hex" - "time" "github.com/gorilla/mux"