From: Simon Ruderich Date: Sat, 8 Jun 2019 13:54:35 +0000 (+0200) Subject: nsscache: add comment X-Git-Tag: 0.1~83 X-Git-Url: https://ruderich.org/simon/gitweb/?p=nsscash%2Fnsscash.git;a=commitdiff_plain;h=a015eb7a350cb5e15ac74a14611417641c7d1292 nsscache: add comment --- 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