diff options
| author | wyy <wuyanyi09@gmail.com> | 2014-09-25 16:57:22 +0800 |
|---|---|---|
| committer | wyy <wuyanyi09@gmail.com> | 2014-09-25 16:57:22 +0800 |
| commit | 4126280d5559a364c6e0f31ab7a57bc3b1d15d56 (patch) | |
| tree | cd0e4778f5cd47e36c2d5a161cf43d56e51dee9e /go/topology/volume_layout.go | |
| parent | d39c62bbed9b56164ab92101cf7ec46d4a1bfeee (diff) | |
| download | seaweedfs-4126280d5559a364c6e0f31ab7a57bc3b1d15d56.tar.xz seaweedfs-4126280d5559a364c6e0f31ab7a57bc3b1d15d56.zip | |
use github.com/chrislusf instead of github.com/aszxqw
Diffstat (limited to 'go/topology/volume_layout.go')
| -rw-r--r-- | go/topology/volume_layout.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/go/topology/volume_layout.go b/go/topology/volume_layout.go index 35f45c08d..7bb0cf7e3 100644 --- a/go/topology/volume_layout.go +++ b/go/topology/volume_layout.go @@ -1,8 +1,8 @@ package topology import ( - "github.com/aszxqw/weed-fs/go/glog" - "github.com/aszxqw/weed-fs/go/storage" + "github.com/chrislusf/weed-fs/go/glog" + "github.com/chrislusf/weed-fs/go/storage" "errors" "math/rand" "sync" |
