goraft / raft

UNMAINTAINED: A Go implementation of the Raft distributed consensus protocol.
MIT License
2.43k stars 479 forks source link

refactor(server.go) make naming clear #184

Closed xiang90 closed 10 years ago

philips commented 10 years ago

lgtm, besides the two nips. The naming is much better.

xiang90 commented 10 years ago

@philips @benbjohnson I will separate this into two pull request. In this pull request, I change the code path a little bit along with the naming stuff.

philips commented 10 years ago

Thanks Xiang