summaryrefslogtreecommitdiff
path: root/util.go
diff options
context:
space:
mode:
authorDarkFreedman <misterdark@mail.ru>2019-05-06 13:23:42 +0300
committerDarkFreedman <misterdark@mail.ru>2019-05-06 13:23:42 +0300
commit8022e9b91aea9cdbf7f7c561fc59a6e291cbfa59 (patch)
tree0ed025522e0c960a2d88f36104366b564a8712ee /util.go
parent0d6a38d49d631da305a6f17704f06f35c36cbddc (diff)
Added copyrights. And "right to left" languages support.
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{}