os/user.User.Gid (field)

4 uses

	os/user (current package)
		cgo_listgroups_unix.go#L18: 	ug, err := strconv.Atoi(u.Gid)
		cgo_listgroups_unix.go#L20: 		return nil, fmt.Errorf("user: list groups for %s: invalid gid %q", u.Username, u.Gid)
		cgo_lookup_unix.go#L73: 		Gid:      strconv.FormatUint(uint64(_C_pw_gid(pwd)), 10),
		user.go#L44: 	Gid string