diff options
| author | Maximilian Möhring | 2019-05-14 17:05:43 +0200 |
|---|---|---|
| committer | Maximilian Möhring | 2019-05-14 17:05:43 +0200 |
| commit | 64520ffa7b66f6914decf50c43c8698ce47ee1ce (patch) | |
| tree | 37b78d805eeea9727b88c5dee87b7d966e8521ac /crawler/main.go | |
| parent | 0d4c4fbabc4469d533ca309d3342df0bb92fc4d6 (diff) | |
| download | alkobote-64520ffa7b66f6914decf50c43c8698ce47ee1ce.tar.gz | |
Changes imports to lower case. (crawler)
Diffstat (limited to 'crawler/main.go')
| -rw-r--r-- | crawler/main.go | 2 |
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" ) |
