func syscall.Setresgid
2 uses
syscall (current package)
syscall_linux.go#L1062: func Setresgid(rgid, egid, sgid int) (err error) {
golang.org/x/sys/unix
syscall_linux.go#L1918: return syscall.Setresgid(rgid, egid, sgid)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)