mirror of
https://github.com/mumble-voip/grumble.git
synced 2025-12-20 06:10:00 -08:00
Fix function comments based on best practices from Effective Go
Signed-off-by: CodeLingo Bot <bot@codelingo.io>
This commit is contained in:
parent
503d18a608
commit
eb02aadf56
11 changed files with 76 additions and 76 deletions
|
|
@ -336,7 +336,7 @@ func GroupMemberCheck(current *Context, acl *Context, name string, user User) (o
|
|||
return false
|
||||
}
|
||||
|
||||
// Get the list of group names for the given ACL context.
|
||||
// GroupNames gets the list of group names for the given ACL context.
|
||||
//
|
||||
// This function walks the through the context chain to figure
|
||||
// out all groups that affect the given context whilst considering
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue