# Functions
Client Creates a client connected to the specified socket.
No description provided by the author
Listen wraps net.Listen, preferring ListenUnix when applicable, and offers support for the "fd" network type, in which case address is a file descriptor.
ListenFD listens to a file descriptor.
ListenOn splits a "network:address" string to invoke Listen.
ListenUnix wraps `net.ListenUnix`.