diff options
| author | Chris Lu <chris.lu@gmail.com> | 2018-07-21 17:39:10 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2018-07-21 17:39:10 -0700 |
| commit | 7e2031b18f3f78688ff596921b5a6b8ebb36986b (patch) | |
| tree | 9fdba6135eee3235e02025c09aa164dd233e5d53 /weed/s3api/s3api_object_handlers.go | |
| parent | dc8dd8b486b9ae7ffc70c4563d99da4d54bbc236 (diff) | |
| download | seaweedfs-7e2031b18f3f78688ff596921b5a6b8ebb36986b.tar.xz seaweedfs-7e2031b18f3f78688ff596921b5a6b8ebb36986b.zip | |
go fmt
Diffstat (limited to 'weed/s3api/s3api_object_handlers.go')
| -rw-r--r-- | weed/s3api/s3api_object_handlers.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/weed/s3api/s3api_object_handlers.go b/weed/s3api/s3api_object_handlers.go index 079509792..132b0e753 100644 --- a/weed/s3api/s3api_object_handlers.go +++ b/weed/s3api/s3api_object_handlers.go @@ -1,12 +1,12 @@ package s3api import ( - "net/http" - "github.com/chrislusf/seaweedfs/weed/glog" + "encoding/json" "fmt" + "github.com/chrislusf/seaweedfs/weed/glog" "github.com/gorilla/mux" "io/ioutil" - "encoding/json" + "net/http" ) var ( |
