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.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |