diff options
Diffstat (limited to 'go/tools')
| -rw-r--r-- | go/tools/read_index.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/go/tools/read_index.go b/go/tools/read_index.go index a958de410..36d39a381 100644 --- a/go/tools/read_index.go +++ b/go/tools/read_index.go @@ -1,7 +1,7 @@ package main import ( - "code.google.com/p/weed-fs/go/storage" + "github.com/aszxqw/weed-fs/go/storage" "flag" "fmt" "log" |
