func syscall.Chmod
2 uses
syscall (current package)
zsyscall_darwin_arm64.go#L458: func Chmod(path string, mode uint32) (err error) {
os
file_posix.go#L81: return syscall.Chmod(longName, syscallMode(mode))
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)