diff options
Diffstat (limited to 'crawler/shops.go')
| -rw-r--r-- | crawler/shops.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crawler/shops.go b/crawler/shops.go index 224ae96..95d8c99 100644 --- a/crawler/shops.go +++ b/crawler/shops.go @@ -3,7 +3,7 @@ package main import ( "strings" - log "github.com/Sirupsen/logrus" + log "github.com/sirupsen/logrus" ) func (app *App) insertShops() error { |
