aboutsummaryrefslogtreecommitdiff
path: root/go/weed/benchmark.go
diff options
context:
space:
mode:
authorwyy <wuyanyi09@gmail.com>2014-09-25 16:57:22 +0800
committerwyy <wuyanyi09@gmail.com>2014-09-25 16:57:22 +0800
commit4126280d5559a364c6e0f31ab7a57bc3b1d15d56 (patch)
treecd0e4778f5cd47e36c2d5a161cf43d56e51dee9e /go/weed/benchmark.go
parentd39c62bbed9b56164ab92101cf7ec46d4a1bfeee (diff)
downloadseaweedfs-4126280d5559a364c6e0f31ab7a57bc3b1d15d56.tar.xz
seaweedfs-4126280d5559a364c6e0f31ab7a57bc3b1d15d56.zip
use github.com/chrislusf instead of github.com/aszxqw
Diffstat (limited to 'go/weed/benchmark.go')
-rw-r--r--go/weed/benchmark.go6
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"