From 52c84cc371fdd9bf63df3136afaa38628d0e21b6 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Sun, 19 Jul 2015 23:58:17 +0200 Subject: Update Height/Width --- duck.go | 6 +++--- 1 file 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 -- cgit v1.2.3