const syscall.ENOTDIR
5 uses
syscall (current package)
zerrors_linux_amd64.go#L1275: ENOTDIR = Errno(0x14)
os
file_unix.go#L402: if e1 != syscall.ENOTDIR {
path.go#L26: return &PathError{Op: "mkdir", Path: path, Err: syscall.ENOTDIR}
removeall_at.go#L91: if err == syscall.ENOTDIR || err == unix.NoFollowErrno {
path/filepath
symlink.go#L92: return "", syscall.ENOTDIR
![]() |
The pages are generated with Golds v0.7.6. (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. |