package
0.0.0-20180319134720-dec275e02807
Repository: https://github.com/webigniter/net.git
Documentation: pkg.go.dev

# Functions

TestConn tests that a net.Conn implementation properly satisfies the interface.

# Type aliases

MakePipe creates a connection between two endpoints and returns the pair as c1 and c2, such that anything written to c1 is read by c2 and vice-versa.