diff options
Diffstat (limited to 'go/operation/delete_content.go')
| -rw-r--r-- | go/operation/delete_content.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/go/operation/delete_content.go b/go/operation/delete_content.go index afd1bbc34..ac3dfa6b2 100644 --- a/go/operation/delete_content.go +++ b/go/operation/delete_content.go @@ -7,8 +7,8 @@ import ( "strings" "sync" - "github.com/chrislusf/weed-fs/go/security" - "github.com/chrislusf/weed-fs/go/util" + "github.com/chrislusf/seaweedfs/go/security" + "github.com/chrislusf/seaweedfs/go/util" ) type DeleteResult struct { |
