From 8022e9b91aea9cdbf7f7c561fc59a6e291cbfa59 Mon Sep 17 00:00:00 2001 From: DarkFreedman Date: Mon, 6 May 2019 13:23:42 +0300 Subject: Added copyrights. And "right to left" languages support. --- util.go | 1 + 1 file changed, 1 insertion(+) (limited to 'util.go') 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{} -- cgit v1.2.1-24-ge1ad