Versions in this module Expand all Collapse all v0 v0.2.0 Jun 23, 2018 v0.1.0 Mar 5, 2018 Changes in this version + func NewSyncWriter(w io.Writer) io.Writer + func ReadLine(r *bufio.Reader) ([]byte, error) + type ReaderPool struct + func NewReaderPool(bufSize int) *ReaderPool + func (rp *ReaderPool) Get(r io.Reader) *bufio.Reader + func (rp *ReaderPool) Put(r *bufio.Reader)