net.Dialer.Timeout (field)
6 uses
net (current package)
dial.go#L40: Timeout time.Duration
dial.go#L119: if d.Timeout != 0 { // including negative, for historical reasons
dial.go#L120: earliest = now.Add(d.Timeout)
dial.go#L333: d := Dialer{Timeout: timeout}
net/http
transport.go#L45: Timeout: 30 * time.Second,
crypto/tls
tls.go#L122: timeout := netDialer.Timeout
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)