var noDeadline … var aLongTimeAgo … func (d *Dialer) connect(ctx context.Context, c net.Conn, address string) (_ net.Addr, ctxErr error) { … } func splitHostPort(address string) (string, int, error) { … }
var noDeadline … var aLongTimeAgo … func (d *Dialer) connect(ctx context.Context, c net.Conn, address string) (_ net.Addr, ctxErr error) { … } func splitHostPort(address string) (string, int, error) { … }