From e27b17d1defd471e6f0c0c422d2fa8ce9b9c3bb6 Mon Sep 17 00:00:00 2001 From: Joe Westcott Date: Fri, 30 Aug 2019 14:31:30 +0100 Subject: comments for ImageInfoType --- fpdf.go | 1 + 1 file changed, 1 insertion(+) (limited to 'fpdf.go') diff --git a/fpdf.go b/fpdf.go index f77717f..24e79bc 100644 --- a/fpdf.go +++ b/fpdf.go @@ -4215,6 +4215,7 @@ func implode(sep string, arr []int) string { return s.String() } +// arrayCountValues counts the occurrences of each item in the $mp array. func arrayCountValues(mp []int) map[int]int { answer := make(map[int]int) for _, v := range mp { -- cgit v1.2.1-24-ge1ad