func()

in dialer.go [36:42]


func (d *Dialer) Dial(
	host string,
	options *core.ClientOptions,
) (*Conn, error) {
	ctx := context.Background()
	return d.DialContext(ctx, host, options)
}