diff options
Diffstat (limited to 'crawler/shop_bottleworld.go')
| -rw-r--r-- | crawler/shop_bottleworld.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crawler/shop_bottleworld.go b/crawler/shop_bottleworld.go index 06082d4..2eea3e5 100644 --- a/crawler/shop_bottleworld.go +++ b/crawler/shop_bottleworld.go @@ -1,7 +1,7 @@ package main import ( - "log" + log "github.com/Sirupsen/logrus" "regexp" "strings" |
