var golang.org/x/sys/unix.errorList
6 uses
golang.org/x/sys/unix (current package)
syscall_unix.go#L56: i := sort.Search(len(errorList), func(i int) bool {
syscall_unix.go#L57: return errorList[i].num >= e
syscall_unix.go#L59: if i < len(errorList) && errorList[i].num == e {
syscall_unix.go#L60: return errorList[i].name
zerrors_darwin_amd64.go#L1638: var errorList = [...]struct {
![]() |
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. |