Versions in this module Expand all Collapse all v11 v11.0.0 Mar 13, 2019 Changes in this version + type DialFunc func(ctx context.Context, network, address string) (net.Conn, error) + type Dialer struct + func NewDialer(dial DialFunc) *Dialer + func (d *Dialer) CloseAll() + func (d *Dialer) Dial(network, address string) (net.Conn, error) + func (d *Dialer) DialContext(ctx context.Context, network, address string) (net.Conn, error)