func os.Getuid

2 uses

	os (current package)
		proc.go#L31: func Getuid() int { return syscall.Getuid() }

	github.com/mitchellh/go-homedir
		homedir.go#L114: 		cmd := exec.Command("getent", "passwd", strconv.Itoa(os.Getuid()))