diff options
| author | Chris Lu <chris.lu@gmail.com> | 2018-10-14 00:30:20 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2018-10-14 00:30:20 -0700 |
| commit | 91ac2e0dd920c0f629f4076202267afbac74a62c (patch) | |
| tree | 62fd114662eb8e3f3a2785199b013bc770ccdfe6 /weed/operation/delete_content.go | |
| parent | 249eeccf32261171bf2806a39bef10e797894343 (diff) | |
| download | seaweedfs-91ac2e0dd920c0f629f4076202267afbac74a62c.tar.xz seaweedfs-91ac2e0dd920c0f629f4076202267afbac74a62c.zip | |
go fmt
Diffstat (limited to 'weed/operation/delete_content.go')
| -rw-r--r-- | weed/operation/delete_content.go | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/weed/operation/delete_content.go b/weed/operation/delete_content.go index 2e414873f..ad842a4cb 100644 --- a/weed/operation/delete_content.go +++ b/weed/operation/delete_content.go @@ -1,15 +1,14 @@ package operation import ( + "context" "errors" + "fmt" + "net/http" "strings" "sync" - "net/http" - "github.com/chrislusf/seaweedfs/weed/pb/volume_server_pb" - "context" - "fmt" ) type DeleteResult struct { |
