diff options
| author | chrislusf <chris.lu@gmail.com> | 2015-05-03 12:37:49 -0700 |
|---|---|---|
| committer | chrislusf <chris.lu@gmail.com> | 2015-05-03 12:37:49 -0700 |
| commit | 49b1ba5bbf2be357a2ab0a0d65a62a6f4dffb7e3 (patch) | |
| tree | 9d80ddd5aa8e441751cb5d59dbcdbabdda010d8f /go/topology/cluster_commands.go | |
| parent | 8660ecc7eca6875f5c898273849558410e86486a (diff) | |
| download | seaweedfs-49b1ba5bbf2be357a2ab0a0d65a62a6f4dffb7e3.tar.xz seaweedfs-49b1ba5bbf2be357a2ab0a0d65a62a6f4dffb7e3.zip | |
break away from code.google.com
Diffstat (limited to 'go/topology/cluster_commands.go')
| -rw-r--r-- | go/topology/cluster_commands.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/go/topology/cluster_commands.go b/go/topology/cluster_commands.go index 096bcd2e5..eac93c13c 100644 --- a/go/topology/cluster_commands.go +++ b/go/topology/cluster_commands.go @@ -1,9 +1,9 @@ package topology import ( + "github.com/chrislusf/raft" "github.com/chrislusf/seaweedfs/go/glog" "github.com/chrislusf/seaweedfs/go/storage" - "github.com/goraft/raft" ) type MaxVolumeIdCommand struct { |
