aboutsummaryrefslogtreecommitdiff
path: root/weed/s3api/s3api_handlers.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2018-07-21 17:39:10 -0700
committerChris Lu <chris.lu@gmail.com>2018-07-21 17:39:10 -0700
commit7e2031b18f3f78688ff596921b5a6b8ebb36986b (patch)
tree9fdba6135eee3235e02025c09aa164dd233e5d53 /weed/s3api/s3api_handlers.go
parentdc8dd8b486b9ae7ffc70c4563d99da4d54bbc236 (diff)
downloadseaweedfs-7e2031b18f3f78688ff596921b5a6b8ebb36986b.tar.xz
seaweedfs-7e2031b18f3f78688ff596921b5a6b8ebb36986b.zip
go fmt
Diffstat (limited to 'weed/s3api/s3api_handlers.go')
-rw-r--r--weed/s3api/s3api_handlers.go16
1 files changed, 8 insertions, 8 deletions
diff --git a/weed/s3api/s3api_handlers.go b/weed/s3api/s3api_handlers.go
index 13dfc8d15..8c3d4a5b1 100644
--- a/weed/s3api/s3api_handlers.go
+++ b/weed/s3api/s3api_handlers.go
@@ -1,17 +1,17 @@
package s3api
import (
- "net/http"
- "net/url"
- "fmt"
- "time"
- "github.com/gorilla/mux"
+ "bytes"
"context"
+ "encoding/base64"
+ "encoding/xml"
+ "fmt"
"github.com/chrislusf/seaweedfs/weed/pb/filer_pb"
"github.com/chrislusf/seaweedfs/weed/util"
- "bytes"
- "encoding/xml"
- "encoding/base64"
+ "github.com/gorilla/mux"
+ "net/http"
+ "net/url"
+ "time"
)
type mimeType string