From a015eb7a350cb5e15ac74a14611417641c7d1292 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 8 Jun 2019 15:54:35 +0200 Subject: [PATCH] nsscache: add comment --- group.go | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.43.2