const syscall.ENOTDIR
4 uses
syscall (current package)
zerrors_linux_amd64.go#L1275: ENOTDIR = Errno(0x14)
os
file_unix.go#L385: if e1 != syscall.ENOTDIR {
path.go#L25: return &PathError{Op: "mkdir", Path: path, Err: syscall.ENOTDIR}
path/filepath
symlink.go#L91: return "", syscall.ENOTDIR
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |