Xiang Li
10bd64768a
remove proto prefix
2014-01-23 08:29:50 -05:00
Xiang Li
c906836cfa
in progress
2014-01-12 15:40:55 +08:00
Xiang Li
f6b1cc1407
import gogoproto instead of goproto
2014-01-11 20:35:09 +08:00
Xiang Li
f92654b00e
expose protobuf encoding/decoing API
2013-09-18 21:07:12 -04:00
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
a0eb460727
Update paths to 'benbjohnson'.
2013-07-18 10:41:33 -06:00
Xiang Li
41209beb5a
change binary encoding to protobuf
2013-07-18 09:26:31 -07:00
Ben Johnson
e3b06c530a
[ Fix #74 ] Refactor to use binary log and binary RPCs.
2013-07-17 07:45:53 -06:00