func syscall.Getuid
4 uses
syscall (current package)
syscall_linux.go#L203: uid = Getuid()
zsyscall_linux_amd64.go#L1163: func Getuid() (uid int) {
os
proc.go#L31: func Getuid() int { return syscall.Getuid() }
os/user
cgo_lookup_unix.go#L19: return lookupUnixUid(syscall.Getuid())
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)