aboutsummaryrefslogtreecommitdiff
path: root/go/topology/topology.go
diff options
context:
space:
mode:
authorchrislusf <chris.lu@gmail.com>2015-05-03 12:37:49 -0700
committerchrislusf <chris.lu@gmail.com>2015-05-03 12:37:49 -0700
commit49b1ba5bbf2be357a2ab0a0d65a62a6f4dffb7e3 (patch)
tree9d80ddd5aa8e441751cb5d59dbcdbabdda010d8f /go/topology/topology.go
parent8660ecc7eca6875f5c898273849558410e86486a (diff)
downloadseaweedfs-49b1ba5bbf2be357a2ab0a0d65a62a6f4dffb7e3.tar.xz
seaweedfs-49b1ba5bbf2be357a2ab0a0d65a62a6f4dffb7e3.zip
break away from code.google.com
Diffstat (limited to 'go/topology/topology.go')
-rw-r--r--go/topology/topology.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/go/topology/topology.go b/go/topology/topology.go
index 2f42a4c5a..ee1477cd2 100644
--- a/go/topology/topology.go
+++ b/go/topology/topology.go
@@ -5,12 +5,12 @@ import (
"io/ioutil"
"math/rand"
+ "github.com/chrislusf/raft"
"github.com/chrislusf/seaweedfs/go/glog"
"github.com/chrislusf/seaweedfs/go/operation"
"github.com/chrislusf/seaweedfs/go/sequence"
"github.com/chrislusf/seaweedfs/go/storage"
"github.com/chrislusf/seaweedfs/go/util"
- "github.com/goraft/raft"
)
type Topology struct {