func syscall.Mkdir
2 uses
syscall (current package)
syscall_linux.go#L271: func Mkdir(path string, mode uint32) (err error) {
os
file.go#L330: return syscall.Mkdir(longName, syscallMode(perm))
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)