net.Dialer.Timeout (field)
7 uses
net (current package)
dial.go#L138: Timeout time.Duration
dial.go#L251: if d.Timeout != 0 { // including negative, for historical reasons
dial.go#L252: earliest = now.Add(d.Timeout)
dial.go#L485: d := Dialer{Timeout: timeout}
net/http
transport.go#L48: Timeout: 30 * time.Second,
crypto/tls
tls.go#L123: if netDialer.Timeout != 0 {
tls.go#L125: ctx, cancel = context.WithTimeout(ctx, netDialer.Timeout)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)