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