func os.Getuid
3 uses
os (current package)
proc.go#L31: func Getuid() int { return syscall.Getuid() }
src.elv.sh/pkg/shell
paths_unix.go#L42: tmpDirPath := filepath.Join(os.TempDir(), fmt.Sprintf("elvish-%d", os.Getuid()))
paths_unix.go#L56: return info.IsDir() && int(stat.Uid) == os.Getuid() && stat.Mode&077 == 0
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)