jmsadair / raft

An implementation of the Raft consensus protocol.
MIT License
34 stars 3 forks source link

Godoc rewrite #44

Closed jmsadair closed 9 months ago

jmsadair commented 9 months ago

This is a rewrite of doc.go. I decided to remove the example because my intention is to create an example HTTP server using raft that will have its own repository.