func net.mapErr
12 uses
net (current package)
dial.go#L527: return nil, &OpError{Op: "dial", Net: sd.network, Source: sd.LocalAddr, Addr: ra, Err: mapErr(ctx.Err())}
dnsclient_unix.go#L171: return dnsmessage.Parser{}, dnsmessage.Header{}, mapErr(err)
fd_unix.go#L64: return nil, mapErr(ctx.Err())
fd_unix.go#L113: ret = mapErr(ctxErr)
fd_unix.go#L144: return nil, mapErr(ctx.Err())
lookup.go#L316: err := mapErr(ctx.Err())
lookup_unix.go#L73: return nil, mapErr(err)
net.go#L421: func mapErr(err error) error {
cgo_unix.go#L98: return 0, mapErr(ctx.Err()), false
cgo_unix.go#L236: return nil, mapErr(ctx.Err()), false
cgo_unix.go#L251: return "", mapErr(ctx.Err()), false
cgo_unix.go#L291: return nil, mapErr(ctx.Err()), false
 |
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. |