func syscall.Chown
2 uses
syscall (current package)
zsyscall_darwin_arm64.go#L478: func Chown(path string, uid int, gid int) (err error) {
os
file_posix.go#L109: return syscall.Chown(name, uid, gid)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)