Versions in this module Expand all Collapse all v1 v1.0.0 Nov 4, 2022 Changes in this version + type BufferedConn struct + func NewBufferedConn(c net.Conn) *BufferedConn + func (c *BufferedConn) Buffered() int + func (c *BufferedConn) Peek(n int) ([]byte, error) + func (c *BufferedConn) Read(p []byte) (int, error) + func (c *BufferedConn) ReadByte() (byte, error) + func (c *BufferedConn) Reader() *bufio.Reader + func (c *BufferedConn) UnreadByte() error + type ReadOnlyReader struct + type WriteOnlyWriter struct