X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=group.go;h=b7f7d1b8e8b9c4ce71252570c5d9cc6182b972d9;hb=67fb8cb9a157931c94bb420f25c36d55c2876d02;hp=7cc084187d15f613d140f251eef5cfdfea0d4751;hpb=d7eb5ee1a910303f38904e604aea9cf0b1372d7b;p=nsscash%2Fnsscash.git diff --git a/group.go b/group.go index 7cc0841..b7f7d1b 100644 --- a/group.go +++ b/group.go @@ -39,6 +39,8 @@ type Group struct { Gid uint64 Members []string } + +// Go does not support slices in map keys; therefore, use this separate struct type GroupKey struct { Name string Passwd string