func os/user.current

2 uses

	os/user (current package)
		lookup.go#L15: 	cache.Do(func() { cache.u, cache.err = current() })
		cgo_lookup_unix.go#L51: func current() (*User, error) {