type os/user.User

13 uses

	os/user (current package)
		cgo_listgroups_unix.go#L17: func listGroups(u *User) ([]string, error) {
		cgo_lookup_unix.go#L18: func current() (*User, error) {
		cgo_lookup_unix.go#L22: func lookupUser(username string) (*User, error) {
		cgo_lookup_unix.go#L43: func lookupUserId(uid string) (*User, error) {
		cgo_lookup_unix.go#L51: func lookupUnixUid(uid int) (*User, error) {
		cgo_lookup_unix.go#L70: func buildUser(pwd *_C_struct_passwd) *User {
		cgo_lookup_unix.go#L71: 	u := &User{
		lookup.go#L21: func Current() (*User, error) {
		lookup.go#L33: 	u   *User
		lookup.go#L39: func Lookup(username string) (*User, error) {
		lookup.go#L48: func LookupId(uid string) (*User, error) {
		lookup.go#L68: func (u *User) GroupIds() ([]string, error) {
		user.go#L34: type User struct {