This is a Go implementation of the Raft Distributed Consensus Algorithm with Customized RPC library.
Run
go test commands or the provided make rules checkpoint and test as used in the previous labs. The Makefile
also includes rules that run Go's race detector to the implementation is thread safe.