func syscall.Geteuid
3 uses
syscall (current package)
syscall_linux.go#L84: uid = Geteuid()
zsyscall_linux_amd64.go#L1129: func Geteuid() (euid int) {
os
proc.go#L36: func Geteuid() int { return syscall.Geteuid() }
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)