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/init.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawler/init.go') diff --git a/crawler/init.go b/crawler/init.go index 34e440e..f943452 100644 --- a/crawler/init.go +++ b/crawler/init.go @@ -4,7 +4,7 @@ import ( "errors" "strings" - log "github.com/Sirupsen/logrus" + log "github.com/sirupsen/logrus" flag "github.com/spf13/pflag" ) -- cgit v1.2.3