From 64520ffa7b66f6914decf50c43c8698ce47ee1ce Mon Sep 17 00:00:00 2001 From: Maximilian Möhring Date: Tue, 14 May 2019 17:05:43 +0200 Subject: Changes imports to lower case. (crawler) --- crawler/sanitize.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawler/sanitize.go') 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 { -- cgit v1.2.3