Skip to content

Add io.Reader/Writer utility functions

Jacob Vosmaer requested to merge reader-writer-helpers into master

These are useful in Go clients that deal with streams of messages containing only a []byte.

Merge request reports