diff options
| -rw-r--r-- | crawler/main.go | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
