func syscall.Chown
2 uses
syscall (current package)
syscall_linux.go#L116: func Chown(path string, uid int, gid int) (err error) {
os
file_posix.go#L107: return syscall.Chown(name, uid, gid)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)