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/command/s3.go | |
| parent | dc8dd8b486b9ae7ffc70c4563d99da4d54bbc236 (diff) | |
| download | seaweedfs-7e2031b18f3f78688ff596921b5a6b8ebb36986b.tar.xz seaweedfs-7e2031b18f3f78688ff596921b5a6b8ebb36986b.zip | |
go fmt
Diffstat (limited to 'weed/command/s3.go')
| -rw-r--r-- | weed/command/s3.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/weed/command/s3.go b/weed/command/s3.go index 03fa80ed8..1966cb954 100644 --- a/weed/command/s3.go +++ b/weed/command/s3.go @@ -4,11 +4,11 @@ import ( "net/http" "time" + "fmt" "github.com/chrislusf/seaweedfs/weed/glog" + "github.com/chrislusf/seaweedfs/weed/s3api" "github.com/chrislusf/seaweedfs/weed/util" "github.com/gorilla/mux" - "fmt" - "github.com/chrislusf/seaweedfs/weed/s3api" ) var ( |
