net.Resolver.Dial (field)

4 uses

	net (current package)
		conf.go#L199: 		if r == nil || r.Dial == nil {
		lookup.go#L160: 	Dial func(ctx context.Context, network, address string) (Conn, error)
		lookup.go#L683: 	if r != nil && r.Dial != nil {
		lookup.go#L684: 		c, err = r.Dial(ctx, network, server)