diff options
| author | horus | 2018-02-15 02:30:37 +0100 |
|---|---|---|
| committer | horus | 2018-02-15 02:30:37 +0100 |
| commit | 8ee15ccf1f5ee54efc2f973ff59b5cc58dff44fa (patch) | |
| tree | 6629df808a3dbad3c226fa0820e64b868528c1d5 /crawler/main.go | |
| parent | 8e52f57e2654a4c3c00512175e78be26797f8cdc (diff) | |
| parent | cd9a8e7b1734efc16d5afd8692e4973cf835bfb3 (diff) | |
| download | alkobote-8ee15ccf1f5ee54efc2f973ff59b5cc58dff44fa.tar.gz | |
Merge branch 'master' of git.iamfabulous.de:alkobote.de
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 |
