diff options
Diffstat (limited to 'crawler/main.go')
| -rw-r--r-- | crawler/main.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crawler/main.go b/crawler/main.go index 15e854c..f4a90b7 100644 --- a/crawler/main.go +++ b/crawler/main.go @@ -43,6 +43,7 @@ type Shop struct { Id int Name string Url string + Short_url string Logo_url string Shipping_costs int Free_shipping string |
