os/user.User.Name (field)

5 uses

	os/user (current package)
		user.go#L48: 	Name string
		cgo_lookup_unix.go#L114: 		Name:     ( /*line :119:13*/_Cfunc_GoString /*line :119:22*/)(pwd.pw_gecos),
		cgo_lookup_unix.go#L121: 	if i := strings.Index(u.Name, ","); i >= 0 {
		cgo_lookup_unix.go#L122: 		u.Name = u.Name[:i]