diff options
| author | wyy <wuyanyi09@gmail.com> | 2014-09-25 00:47:09 +0800 |
|---|---|---|
| committer | wyy <wuyanyi09@gmail.com> | 2014-09-25 00:47:09 +0800 |
| commit | 1cd19447e328b01427ad5b4d5d29b3323432c4af (patch) | |
| tree | d4e51917fa08bde03e11366ce57480d1a551bb1d /go/operation/assign_file_id.go | |
| parent | a2f8d985fbcddf9722015dfafe8a9ddffcf55fc0 (diff) | |
| download | seaweedfs-1cd19447e328b01427ad5b4d5d29b3323432c4af.tar.xz seaweedfs-1cd19447e328b01427ad5b4d5d29b3323432c4af.zip | |
use github.com/aszxqw instead of code.google.com/p
Diffstat (limited to 'go/operation/assign_file_id.go')
| -rw-r--r-- | go/operation/assign_file_id.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/go/operation/assign_file_id.go b/go/operation/assign_file_id.go index 34d371f37..891653278 100644 --- a/go/operation/assign_file_id.go +++ b/go/operation/assign_file_id.go @@ -1,8 +1,8 @@ package operation import ( - "code.google.com/p/weed-fs/go/glog" - "code.google.com/p/weed-fs/go/util" + "github.com/aszxqw/weed-fs/go/glog" + "github.com/aszxqw/weed-fs/go/util" "encoding/json" "errors" "net/url" |
