# Packages
Package mocknet implements a net.Listener interface that can reached with mocknet.Dial() and establishes connections using net.Pipe()
This is useful for testing things that needs net.Listener and net.Conn instances without creating a TCP listener on localhost.
# Functions
New creates a new MockEngine.