Versions in this module Expand all Collapse all v1 v1.5.0 Jul 31, 2019 v1.4.0 May 29, 2019 Changes in this version + func WrapConn(logger log.Logger, c net.Conn) net.Conn + type Conn struct + func (c *Conn) Close() error + func (c *Conn) LocalAddr() net.Addr + func (c *Conn) RemoteAddr() net.Addr + func (c *Conn) SetDeadline(t time.Time) error + func (c *Conn) SetReadDeadline(t time.Time) error + func (c *Conn) SetWriteDeadline(t time.Time) error + type Reader struct + func NewReader(r io.Reader) *Reader + func (r *Reader) N() int64 + func (r *Reader) Read(p []byte) (n int, err error) + type Writer struct + func NewWriter(w io.Writer) *Writer + func (w *Writer) N() int64 + func (w *Writer) Write(p []byte) (n int, err error)