Documentation ¶ Index ¶ func New() (net.Conn, net.Conn) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func New ¶ func New() (net.Conn, net.Conn) New returns two net.Conns representing either side of a buffered pipe. It's like net.Pipe() but with buffering. Note that deadlines are currently not implemented. Types ¶ This section is empty. Source Files ¶ View all Source files bufferedpipe.go Click to show internal directories. Click to hide internal directories.