const os/user.maxGroups
3 uses
os/user (current package)
getgrouplist_darwin.go#L51: if *n > maxGroups {
getgrouplist_darwin.go#L52: return fmt.Errorf("user: %q is a member of more than %d groups", username, maxGroups)
listgroups_unix.go#L25: const maxGroups = 2048
![]() |
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. |