diff options
Diffstat (limited to 'go/tools/read_index.go')
| -rw-r--r-- | go/tools/read_index.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/go/tools/read_index.go b/go/tools/read_index.go index b99c5b6b8..1104dc348 100644 --- a/go/tools/read_index.go +++ b/go/tools/read_index.go @@ -1,11 +1,12 @@ package main import ( - "github.com/chrislusf/weed-fs/go/storage" "flag" "fmt" "log" "os" + + "github.com/chrislusf/weed-fs/go/storage" ) var ( |
