diff options
| author | Max | 2018-02-08 01:04:44 +0100 |
|---|---|---|
| committer | Max | 2018-02-08 01:04:44 +0100 |
| commit | 8641287110ddfdaf3f786c247ef7ef0eb321afa4 (patch) | |
| tree | ea290b5dbe5d3265b68139b24ce55100d0614963 | |
| parent | 5aed13831b523043d41229c8857445d6e889cc72 (diff) | |
| download | alkobote-8641287110ddfdaf3f786c247ef7ef0eb321afa4.tar.gz | |
Adds missing attributes.
| -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 |
