Commit Graph

4 Commits (b71d2ecae9e0d68fa23c80f0baa112c960c6a48c)

Author SHA1 Message Date
Brandon Philips 89a6c5bdd2 chore(*.go): fix imports for protobuf
Fix all of the imports to move from benbjohnson to goraft. Thanks to Ben
for making this move to a new github org.
2013-08-09 21:47:51 -07:00
Matt T. Proud 575c297723 Simplify Protobuf Encoding by Removing Buffers
This commit removes the explicit Protocol Buffer coding buffer, for
goprotobuf's proto.{Marshal,Unmarshal} automatically allocate an
empty buffer, just like the original code did.
2013-08-02 10:54:29 +02:00
Ben Johnson 59de4e7064 Fix missing SendSnapshotRecoveryRequest() implementations. 2013-07-19 08:57:46 -06:00
Xiang Li dee43ecd60 add spanshot loop with protobuf 2013-07-18 13:39:07 -07:00