os/user.User.Gid (field)
4 uses
os/user (current package)
user.go#L39: Gid string
cgo_lookup_unix.go#L112: Gid: strconv.FormatUint(uint64(pwd.pw_gid), 10),
listgroups_unix.go#L28: ug, err := strconv.Atoi(u.Gid)
listgroups_unix.go#L30: return nil, fmt.Errorf("user: list groups for %s: invalid gid %q", u.Username, u.Gid)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)