From bea4f6ca14615de23ba81a84cf61ba0f2a28b7f6 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Wed, 12 Sep 2018 01:00:57 -0700 Subject: go fmt --- weed/s3api/s3api_object_handlers.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'weed/s3api') diff --git a/weed/s3api/s3api_object_handlers.go b/weed/s3api/s3api_object_handlers.go index b0a81083a..62017cb23 100644 --- a/weed/s3api/s3api_object_handlers.go +++ b/weed/s3api/s3api_object_handlers.go @@ -1,6 +1,7 @@ package s3api import ( + "crypto/md5" "encoding/json" "fmt" "io" @@ -9,9 +10,8 @@ import ( "strings" "github.com/chrislusf/seaweedfs/weed/glog" - "github.com/gorilla/mux" "github.com/chrislusf/seaweedfs/weed/server" - "crypto/md5" + "github.com/gorilla/mux" ) var ( -- cgit v1.2.3