const syscall.EISDIR
3 uses
syscall (current package)
zerrors_linux_amd64.go#L1248: EISDIR = Errno(0x15)
os
file.go#L240: e = syscall.EISDIR
removeall_at.go#L72: if err != syscall.EISDIR && err != syscall.EPERM && err != syscall.EACCES {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)