func os/user.groupRetry
2 uses
os/user (current package)
getgrouplist_darwin.go#L42: func groupRetry(username string, name []byte, userGID /*line :39:55*/_Ctype_gid_t /*line :39:62*/, gids *[] /*line :39:72*/_Ctype_gid_t /*line :39:79*/, n * /*line :39:84*/_Ctype_int /*line :39:89*/) error {
listgroups_unix.go#L42: if err := groupRetry(u.Username, nameC, userGID, &gidsC, &n); err != nil {
 |
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. |