Code

Renamed proto.Decode/proto.Encode to proto.Read/proto.Write.
authorSebastian Harl <sh@tokkee.org>
Fri, 19 Sep 2014 23:22:22 +0000 (16:22 -0700)
committerSebastian Harl <sh@tokkee.org>
Fri, 19 Sep 2014 23:22:22 +0000 (16:22 -0700)
commit414ad0469c90b2c5487394646571e4e737d747be
tree0a772dbd4f847af4f331668faff4cb9b59ebce2d
parent7323a9e21572ac808614512b5e3730aab758d131
Renamed proto.Decode/proto.Encode to proto.Read/proto.Write.

These are the low-level functions which only decode/encode the header.
client/client.go
proto/proto.go