summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2015-07-19 23:58:17 +0200
committerDimitri Sokolyuk <demon@dim13.org>2015-07-19 23:58:17 +0200
commit52c84cc371fdd9bf63df3136afaa38628d0e21b6 (patch)
tree216d54c6cebd48c18ffcb100d020dfd2216ad3f9
parente9d3a039648f99a8b834bb600569b08bd94653bd (diff)
Update Height/Width
-rw-r--r--duck.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/duck.go b/duck.go
index 131b890..95067ae 100644
--- a/duck.go
+++ b/duck.go
@@ -40,9 +40,9 @@ type Result struct {
}
type Icon struct {
- URL string // URL of icon
- Height int // height of icon (px)
- Width int // width of icon (px)
+ URL string // URL of icon
+ Height interface{} // height of icon (px)
+ Width interface{} // width of icon (px)
}
type queryFlags int