os.SyscallError.Syscall (field)
3 uses
os (current package)
error.go#L52: Syscall string
error.go#L56: func (e *SyscallError) Error() string { return e.Syscall + ": " + e.Err.Error() }
net/http
h2_bundle.go#L4253: if se, ok := oe.Err.(*os.SyscallError); ok && se.Syscall == "wsarecv" {
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)