aboutsummaryrefslogtreecommitdiff
path: root/go/operation/delete_content.go
diff options
context:
space:
mode:
authorBrian McQueen <bmcquee@l-sclX1Q0DV7-M.local>2014-12-14 00:35:26 -0800
committerBrian McQueen <bmcquee@l-sclX1Q0DV7-M.local>2014-12-14 00:35:26 -0800
commitd56c748fa889a119139c3a40528a18e8ce4123ad (patch)
tree76d3cbaa6f4124c23243a68e67ad1f1d6d14c91b /go/operation/delete_content.go
parent57ec736941a554919cfed2bd2ac2bb694095a7d2 (diff)
downloadseaweedfs-d56c748fa889a119139c3a40528a18e8ce4123ad.tar.xz
seaweedfs-d56c748fa889a119139c3a40528a18e8ce4123ad.zip
switch it back to chris's repo
Diffstat (limited to 'go/operation/delete_content.go')
-rw-r--r--go/operation/delete_content.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/go/operation/delete_content.go b/go/operation/delete_content.go
index 06787dabe..416a852b3 100644
--- a/go/operation/delete_content.go
+++ b/go/operation/delete_content.go
@@ -7,7 +7,7 @@ import (
"strings"
"sync"
- "github.com/mcqueenorama/weed-fs/go/util"
+ "github.com/chrislusf/weed-fs/go/util"
)
type DeleteResult struct {