aboutsummaryrefslogtreecommitdiff
path: root/weed/storage/idx/walk.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/storage/idx/walk.go')
-rw-r--r--weed/storage/idx/walk.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/weed/storage/idx/walk.go b/weed/storage/idx/walk.go
index 70d3855ea..e31c44a46 100644
--- a/weed/storage/idx/walk.go
+++ b/weed/storage/idx/walk.go
@@ -3,8 +3,8 @@ package idx
import (
"io"
- "github.com/chrislusf/seaweedfs/weed/glog"
- "github.com/chrislusf/seaweedfs/weed/storage/types"
+ "github.com/seaweedfs/seaweedfs/weed/glog"
+ "github.com/seaweedfs/seaweedfs/weed/storage/types"
)
// walks through the index file, calls fn function with each key, offset, size