mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
*: Rename of imports of raft (as its now a module)
% find -name '*.go' -o -name '*.md' -o -name '*.sh' | xargs sed -i --follow-symlinks 's|etcd/v3/raft|etcd/raft/v3|g'
This commit is contained in:
@@ -17,7 +17,7 @@ package raft
|
||||
import (
|
||||
"errors"
|
||||
|
||||
pb "go.etcd.io/etcd/v3/raft/raftpb"
|
||||
pb "go.etcd.io/etcd/raft/v3/raftpb"
|
||||
)
|
||||
|
||||
// Bootstrap initializes the RawNode for first use by appending configuration
|
||||
|
||||
Reference in New Issue
Block a user