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/collection.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/collection.go')
| -rw-r--r-- | go/topology/collection.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/go/topology/collection.go b/go/topology/collection.go index 72ac86522..506f43fbf 100644 --- a/go/topology/collection.go +++ b/go/topology/collection.go @@ -1,7 +1,7 @@ package topology import ( - "github.com/aszxqw/weed-fs/go/storage" + "github.com/chrislusf/weed-fs/go/storage" ) type Collection struct { |
