From bcdea2f8e95f5305625a773223829478c8c13bed Mon Sep 17 00:00:00 2001 From: horus_arch Date: Sat, 17 Feb 2018 13:51:35 +0100 Subject: Introduces context on errors. (crawler) --- crawler/main.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'crawler/main.go') diff --git a/crawler/main.go b/crawler/main.go index 8727443..ece25e4 100644 --- a/crawler/main.go +++ b/crawler/main.go @@ -37,6 +37,9 @@ type Angebot struct { Spirit_type string Website string Valid_until int + + error_msg string + error_ctx string } type Shop struct { -- cgit v1.2.3