func syscall.Chown
2 uses
syscall (current package)
syscall_linux.go#L33: 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.4.9. (GOOS=linux GOARCH=amd64)