aboutsummaryrefslogtreecommitdiff
path: root/go/filer/client_operations.go
diff options
context:
space:
mode:
authorBrian McQueen <bmcquee@l-sclX1Q0DV7-M.local>2014-12-14 00:20:21 -0800
committerBrian McQueen <bmcquee@l-sclX1Q0DV7-M.local>2014-12-14 00:20:21 -0800
commitc0dfdf439264964cf702b8a872c59f7a79fbd05b (patch)
tree9e44cfe0473a1724b3a4638a06121e488d889986 /go/filer/client_operations.go
parenta3583e4e7cdba69346397b963193eda9ed10c3a3 (diff)
downloadseaweedfs-c0dfdf439264964cf702b8a872c59f7a79fbd05b.tar.xz
seaweedfs-c0dfdf439264964cf702b8a872c59f7a79fbd05b.zip
switch to my forked repo
Diffstat (limited to 'go/filer/client_operations.go')
-rw-r--r--go/filer/client_operations.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/go/filer/client_operations.go b/go/filer/client_operations.go
index b38368735..50f95bab1 100644
--- a/go/filer/client_operations.go
+++ b/go/filer/client_operations.go
@@ -5,7 +5,7 @@ import (
"errors"
"fmt"
- "github.com/chrislusf/weed-fs/go/util"
+ "github.com/mcqueenorama/weed-fs/go/util"
"net/url"
)