diff options
| author | Chris Lu <chris.lu@gmail.com> | 2018-07-23 01:16:17 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2018-07-23 01:16:17 -0700 |
| commit | 3c7ffa2a2cf05143b6ac22ea869573bd43e60510 (patch) | |
| tree | 8b27ed18e345e56257d5d7960efceaddac06047b | |
| parent | ebad3a44abfee8c00e0d35b8e242f8700ab2be01 (diff) | |
| download | seaweedfs-3c7ffa2a2cf05143b6ac22ea869573bd43e60510.tar.xz seaweedfs-3c7ffa2a2cf05143b6ac22ea869573bd43e60510.zip | |
go fmt
| -rw-r--r-- | weed/images/preprocess.go | 4 | ||||
| -rw-r--r-- | weed/s3api/s3api_handlers.go | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/weed/images/preprocess.go b/weed/images/preprocess.go index 0cfb66c6b..f6f3b554d 100644 --- a/weed/images/preprocess.go +++ b/weed/images/preprocess.go @@ -1,10 +1,10 @@ package images import ( - "path/filepath" - "strings" "bytes" "io" + "path/filepath" + "strings" ) /* diff --git a/weed/s3api/s3api_handlers.go b/weed/s3api/s3api_handlers.go index ca7d35d20..281fc9000 100644 --- a/weed/s3api/s3api_handlers.go +++ b/weed/s3api/s3api_handlers.go @@ -5,12 +5,12 @@ import ( "encoding/base64" "encoding/xml" "fmt" + "github.com/chrislusf/seaweedfs/weed/glog" "github.com/chrislusf/seaweedfs/weed/pb/filer_pb" "github.com/chrislusf/seaweedfs/weed/util" "net/http" "net/url" "time" - "github.com/chrislusf/seaweedfs/weed/glog" ) type mimeType string |
