func syscall.Setgid

2 uses

	syscall (current package)
		syscall_linux.go#L1036: func Setgid(gid int) (err error) {

	golang.org/x/sys/unix
		syscall_linux.go#L1902: 	return syscall.Setgid(gid)