From 34cecd4762e364ade049c455997051ca55663b6f Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 18 Jun 2016 02:08:59 -0400 Subject: update to use the mutable strings in nslcd_proto --- go/parabola_hackers/util.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'go/parabola_hackers/util.go') diff --git a/go/parabola_hackers/util.go b/go/parabola_hackers/util.go index 9a241db..8dd9374 100644 --- a/go/parabola_hackers/util.go +++ b/go/parabola_hackers/util.go @@ -36,7 +36,7 @@ func RandomString(alphabet string, n uint) (str string, err error) { return } -func Set2list(set map[string]bool) []string { +func set2list(set map[string]bool) []string { list := make([]string, len(set)) i := uint(0) for item, _ := range set { -- cgit v1.2.2