aboutsummaryrefslogtreecommitdiff
path: root/go/filer/client_operations.go
diff options
context:
space:
mode:
authorwyy <wuyanyi09@gmail.com>2014-09-25 00:47:09 +0800
committerwyy <wuyanyi09@gmail.com>2014-09-25 00:47:09 +0800
commit1cd19447e328b01427ad5b4d5d29b3323432c4af (patch)
treed4e51917fa08bde03e11366ce57480d1a551bb1d /go/filer/client_operations.go
parenta2f8d985fbcddf9722015dfafe8a9ddffcf55fc0 (diff)
downloadseaweedfs-1cd19447e328b01427ad5b4d5d29b3323432c4af.tar.xz
seaweedfs-1cd19447e328b01427ad5b4d5d29b3323432c4af.zip
use github.com/aszxqw instead of code.google.com/p
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 5d89fc865..d9a9501a5 100644
--- a/go/filer/client_operations.go
+++ b/go/filer/client_operations.go
@@ -3,7 +3,7 @@ package filer
import ()
import (
- "code.google.com/p/weed-fs/go/util"
+ "github.com/aszxqw/weed-fs/go/util"
"encoding/json"
"errors"
"fmt"