func Dial()

in dialer.go [19:22]


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