type os/user.Group
8 uses
os/user (current package)
lookup.go#L50: func LookupGroup(name string) (*Group, error) {
lookup.go#L56: func LookupGroupId(gid string) (*Group, error) {
user.go#L56: type Group struct {
cgo_lookup_unix.go#L127: func lookupGroup(groupname string) (*Group, error) {
cgo_lookup_unix.go#L148: func lookupGroupId(gid string) (*Group, error) {
cgo_lookup_unix.go#L156: func lookupUnixGid(gid int) (*Group, error) {
cgo_lookup_unix.go#L177: func buildGroup(grp * /*line :190:22*/_Ctype_struct_group /*line :190:36*/) *Group {
cgo_lookup_unix.go#L178: g := &Group{
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)