summaryrefslogtreecommitdiff
path: root/crawler/main.go
diff options
context:
space:
mode:
authorMaximilian Möhring2019-05-14 17:05:43 +0200
committerMaximilian Möhring2019-05-14 17:05:43 +0200
commit64520ffa7b66f6914decf50c43c8698ce47ee1ce (patch)
tree37b78d805eeea9727b88c5dee87b7d966e8521ac /crawler/main.go
parent0d4c4fbabc4469d533ca309d3342df0bb92fc4d6 (diff)
downloadalkobote-64520ffa7b66f6914decf50c43c8698ce47ee1ce.tar.gz
Changes imports to lower case. (crawler)
Diffstat (limited to 'crawler/main.go')
-rw-r--r--crawler/main.go2
1 files changed, 1 insertions, 1 deletions
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"
)