os.SyscallError.Syscall (field)
4 uses
os (current package)
error.go#L52: Syscall string
error.go#L56: func (e *SyscallError) Error() string { return e.Syscall + ": " + e.Err.Error() }
golang.org/x/net/http2
server.go#L746: if se, ok := oe.Err.(*os.SyscallError); ok && se.Syscall == "wsarecv" {
net/http
h2_bundle.go#L4400: if se, ok := oe.Err.(*os.SyscallError); ok && se.Syscall == "wsarecv" {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)