net.Dialer.Timeout (field)
11 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,
cloud.google.com/go/compute/metadata
metadata.go#L67: Timeout: 2 * time.Second,
crypto/tls
tls.go#L122: timeout := netDialer.Timeout
github.com/aws/aws-sdk-go/aws/session
cabundle_transport.go#L17: Timeout: 30 * time.Second,
github.com/go-redis/redis/v8
options.go#L131: Timeout: opt.DialTimeout,
github.com/jackc/pgconn
config.go#L700: d.Timeout = timeout
google.golang.org/api/transport/http
dial.go#L200: Timeout: 30 * time.Second,
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |