diff options
| author | horus | 2018-02-14 22:59:35 +0100 |
|---|---|---|
| committer | horus | 2018-02-14 23:00:13 +0100 |
| commit | cd9a8e7b1734efc16d5afd8692e4973cf835bfb3 (patch) | |
| tree | 422742ca86d62da1465fa1d7474eb5c921ec0be0 /crawler/main.go | |
| parent | 6140c5b7234b97d4a7b4bb26c87d316b3734f777 (diff) | |
| download | alkobote-cd9a8e7b1734efc16d5afd8692e4973cf835bfb3.tar.gz | |
Bugfix. (crawler)
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 |
