package
0.0.2
Repository: https://github.com/yubo/golib.git
Documentation: pkg.go.dev

# 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.