diff options
| author | Chris Lu <chris.lu@gmail.com> | 2018-09-12 01:00:57 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2018-09-12 01:00:57 -0700 |
| commit | bea4f6ca14615de23ba81a84cf61ba0f2a28b7f6 (patch) | |
| tree | 220bebbc4924611cce4c622c01b9dcc001e8f6fd /weed/s3api | |
| parent | f628953c330936d68bad0ce86df07adb8b2f70af (diff) | |
| download | seaweedfs-bea4f6ca14615de23ba81a84cf61ba0f2a28b7f6.tar.xz seaweedfs-bea4f6ca14615de23ba81a84cf61ba0f2a28b7f6.zip | |
go fmt
Diffstat (limited to 'weed/s3api')
| -rw-r--r-- | weed/s3api/s3api_object_handlers.go | 4 |
1 files changed, 2 insertions, 2 deletions
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 ( |
