etcd编译raftexample
文档参见
https://github.com/etcd-io/etcd/tree/main/contrib/raftexample
1)代码下载
在gopath目录
/root/go/src/go.etcd.io
2)go build -o raftexample
cd /root/go/src/go.etcd.io/etcd/contrib/raftexample
3) proxy不能访问问题
go env -w GOPROXY=https://goproxy.cn
4) 启动
./raftexample --id 1 --cluster http://127.0.0.1:12379 --port 12380