summaryrefslogtreecommitdiff
path: root/util.go
diff options
context:
space:
mode:
Diffstat (limited to 'util.go')
-rw-r--r--util.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/util.go b/util.go
index 1a776e8..e96cdd8 100644
--- a/util.go
+++ b/util.go
@@ -321,6 +321,7 @@ func (s *SizeType) ScaleToHeight(height float64) SizeType {
return SizeType{width, height}
}
+//The untypedKeyMap structure and its methods are copyrighted 2019 by Arteom Korotkiy (Gmail: arteomkorotkiy).
//Imitation of untyped Map Array
type untypedKeyMap struct {
keySet []interface{}