type os/user.User
15 uses
os/user (current package)
lookup.go#L14: func Current() (*User, error) {
lookup.go#L26: u *User
lookup.go#L32: func Lookup(username string) (*User, error) {
lookup.go#L41: func LookupId(uid string) (*User, error) {
lookup.go#L61: func (u *User) GroupIds() ([]string, error) {
user.go#L29: type User struct {
cgo_lookup_unix.go#L51: func current() (*User, error) {
cgo_lookup_unix.go#L55: func lookupUser(username string) (*User, error) {
cgo_lookup_unix.go#L80: func lookupUserId(uid string) (*User, error) {
cgo_lookup_unix.go#L88: func lookupUnixUid(uid int) (*User, error) {
cgo_lookup_unix.go#L109: func buildUser(pwd * /*line :114:21*/_Ctype_struct_passwd /*line :114:36*/) *User {
cgo_lookup_unix.go#L110: u := &User{
listgroups_unix.go#L27: func listGroups(u *User) ([]string, error) {
src.elv.sh/pkg/fsutil
gethome.go#L13: var CurrentUser func() (*user.User, error) = user.Current
gethome.go#L28: var u *user.User