diff options
Diffstat (limited to 'crawler/sanitize.go')
| -rw-r--r-- | crawler/sanitize.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crawler/sanitize.go b/crawler/sanitize.go index 2cc839c..db0faec 100644 --- a/crawler/sanitize.go +++ b/crawler/sanitize.go @@ -7,7 +7,7 @@ import ( "strconv" "strings" - log "github.com/Sirupsen/logrus" + log "github.com/sirupsen/logrus" ) func sanitize_offer(angebote []Angebot, shop Shop, try int) []Angebot { |
