func syscall.Getuid
3 uses
syscall (current package)
zsyscall_darwin_arm64.go#L894: func Getuid() (uid int) {
os
proc.go#L31: func Getuid() int { return syscall.Getuid() }
os/user
cgo_lookup_unix.go#L52: return lookupUnixUid(syscall.Getuid())
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)