]> Sergey Matveev's repositories - btrtrc.git/commit
Split connection.rw into separate Reader and Writer
authorMatt Joiner <anacrolix@gmail.com>
Mon, 10 Oct 2016 05:30:51 +0000 (16:30 +1100)
committerMatt Joiner <anacrolix@gmail.com>
Mon, 10 Oct 2016 05:30:51 +0000 (16:30 +1100)
commitc34234bf34ae4f117a6bd8ce0e2d073b88d973f9
treeb16950ec34321ae3e38642a8395b109e3896785f
parent099fb9546e435a92c315c6de56d27ff0597c8299
Split connection.rw into separate Reader and Writer

This will make it easier to write hooks for Read and Write separately.
client.go
connection.go
connection_test.go