diff options
Diffstat (limited to 'crawler/shops.go')
| -rw-r--r-- | crawler/shops.go | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/crawler/shops.go b/crawler/shops.go index d9fcc0d..79eff96 100644 --- a/crawler/shops.go +++ b/crawler/shops.go @@ -90,6 +90,14 @@ func getShopsFromStruct() []Shop { Shipping_costs: 495, Free_shipping: "75€", }) + Shops = append(Shops, Shop{ + Name: "Drankdozijn", + Url: "https://Drankdozijn.de", + Short_url: "https://l.fuselkoenig.de/drankdozijn", + Logo_url: "", + Shipping_costs: 595, + Free_shipping: "250€", + }) return Shops } |
