Versions in this module Expand all Collapse all v0 v0.2.17 Dec 28, 2019 v0.2.15 Dec 28, 2019 Changes in this version + type StdConn struct + Quit chan struct{} + func New(in io.ReadCloser, out io.WriteCloser, quit chan struct{}) (s StdConn) + func (s StdConn) Close() (err error) + func (s StdConn) LocalAddr() (addr net.Addr) + func (s StdConn) Read(b []byte) (n int, err error) + func (s StdConn) RemoteAddr() (addr net.Addr) + func (s StdConn) SetDeadline(t time.Time) (err error) + func (s StdConn) SetReadDeadline(t time.Time) (err error) + func (s StdConn) SetWriteDeadline(t time.Time) (err error) + func (s StdConn) Write(b []byte) (n int, err error)