diff options
Diffstat (limited to 'go/weed/benchmark.go')
| -rw-r--r-- | go/weed/benchmark.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/go/weed/benchmark.go b/go/weed/benchmark.go index e33d37816..fec8472e5 100644 --- a/go/weed/benchmark.go +++ b/go/weed/benchmark.go @@ -2,9 +2,9 @@ package main import ( "bufio" - "github.com/aszxqw/weed-fs/go/glog" - "github.com/aszxqw/weed-fs/go/operation" - "github.com/aszxqw/weed-fs/go/util" + "github.com/chrislusf/weed-fs/go/glog" + "github.com/chrislusf/weed-fs/go/operation" + "github.com/chrislusf/weed-fs/go/util" "fmt" "io" "math" |
