diff options
Diffstat (limited to 'weed/operation/delete_content.go')
| -rw-r--r-- | weed/operation/delete_content.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/operation/delete_content.go b/weed/operation/delete_content.go index d2a0c4070..b77718846 100644 --- a/weed/operation/delete_content.go +++ b/weed/operation/delete_content.go @@ -10,9 +10,9 @@ import ( "net/http" + "github.com/chrislusf/seaweedfs/weed/glog" "github.com/chrislusf/seaweedfs/weed/security" "github.com/chrislusf/seaweedfs/weed/util" - "github.com/chrislusf/seaweedfs/weed/glog" ) type DeleteResult struct { |
