summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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