net.Resolver.Dial (field)

4 uses

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