goraft / raft

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

Regenerated pb files with new goprotobuf. #231

Closed hanlz closed 10 years ago

hanlz commented 10 years ago

The new gogoprotobuf removed proto.ErrWrongType, this should fix the problem.

benbjohnson commented 10 years ago

:+1: Thanks for the fix! :)

hanlz commented 10 years ago

You're welcome. :+1: