X-Git-Url: https://ruderich.org/simon/gitweb/?p=nsscash%2Fnsscash.git;a=blobdiff_plain;f=group.go;h=b7f7d1b8e8b9c4ce71252570c5d9cc6182b972d9;hp=7cc084187d15f613d140f251eef5cfdfea0d4751;hb=a015eb7a350cb5e15ac74a14611417641c7d1292;hpb=c59cbf4028f6977ff99a635714a88219da1155c7 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