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)
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |