From 8641287110ddfdaf3f786c247ef7ef0eb321afa4 Mon Sep 17 00:00:00 2001 From: Max Date: Thu, 8 Feb 2018 01:04:44 +0100 Subject: Adds missing attributes. --- crawler/main.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crawler/main.go') diff --git a/crawler/main.go b/crawler/main.go index 0066530..9a21c5f 100644 --- a/crawler/main.go +++ b/crawler/main.go @@ -25,6 +25,8 @@ type App struct { type Angebot struct { Id int Name string + Abv string + Volume string Shop int Url string Original_price int -- cgit v1.2.3