aboutsummaryrefslogtreecommitdiff
path: root/go/operation/delete_content.go
diff options
context:
space:
mode:
Diffstat (limited to 'go/operation/delete_content.go')
-rw-r--r--go/operation/delete_content.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/go/operation/delete_content.go b/go/operation/delete_content.go
index 84391b634..416a852b3 100644
--- a/go/operation/delete_content.go
+++ b/go/operation/delete_content.go
@@ -1,12 +1,13 @@
package operation
import (
- "github.com/chrislusf/weed-fs/go/util"
"encoding/json"
"errors"
"net/url"
"strings"
"sync"
+
+ "github.com/chrislusf/weed-fs/go/util"
)
type DeleteResult struct {