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