const syscall.ERANGE
4 uses
syscall (current package)
zerrors_linux_amd64.go#L1291: ERANGE = Errno(0x22)
os
error_errno.go#L15: errERANGE = syscall.ERANGE
file_unix.go#L435: if (runtime.GOOS == "aix" || runtime.GOOS == "wasip1") && err == syscall.ERANGE {
root_unix.go#L292: if e == syscall.ERANGE {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux 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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |