A Raft implementation in Go.
Clone this project into your $GOROOT
cd $GOROOT
git clone https://github.com/carlos-lopez-garces/raft.git
This project needs at least Go 1.9
In the raft
folder run the following command:
go test ./...
This project is licensed under the Apache 2.0 License - see the LICENSE.md file for details