# Functions
NewConnectionTracker returns a connection tracker for use with NewDialerWithTracker.
NewDialer creates a new Dialer instance.
NewDialerWithTracker creates a new Dialer instance.
# Structs
ConnectionTracker keeps track of opened connections.
Dialer opens connections through Dial and tracks them.
# Type aliases
DialFunc is a shorthand for signature of net.DialContext.