Go to file
Ben Johnson 3841bb03a4 Basic log append. 2013-04-14 15:37:33 -06:00
.gitignore Initial commit 2013-04-11 07:33:27 -07:00
README.md Initial commit 2013-04-11 07:33:27 -07:00
command.go Basic log append. 2013-04-14 15:37:33 -06:00
log.go Basic log append. 2013-04-14 15:37:33 -06:00
log_entry.go Basic log append. 2013-04-14 15:37:33 -06:00
log_test.go Basic log append. 2013-04-14 15:37:33 -06:00
server.go Basic log append. 2013-04-14 15:37:33 -06:00

README.md

go-raft

A Go implementation of the Raft distributed consensus protocol.