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