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/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawler/main.go') diff --git a/crawler/main.go b/crawler/main.go index 0f417b2..54c351f 100644 --- a/crawler/main.go +++ b/crawler/main.go @@ -8,8 +8,8 @@ import ( _ "github.com/go-sql-driver/mysql" //_ "github.com/mattn/go-sqlite3" - log "github.com/Sirupsen/logrus" "github.com/jmoiron/sqlx" + log "github.com/sirupsen/logrus" flag "github.com/spf13/pflag" ) -- cgit v1.2.3