summaryrefslogtreecommitdiff
path: root/crawler/shop_rumundco.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/shop_rumundco.go
parent0d4c4fbabc4469d533ca309d3342df0bb92fc4d6 (diff)
downloadalkobote-64520ffa7b66f6914decf50c43c8698ce47ee1ce.tar.gz
Changes imports to lower case. (crawler)
Diffstat (limited to 'crawler/shop_rumundco.go')
-rw-r--r--crawler/shop_rumundco.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawler/shop_rumundco.go b/crawler/shop_rumundco.go
index 01e6fe0..86d8b8a 100644
--- a/crawler/shop_rumundco.go
+++ b/crawler/shop_rumundco.go
@@ -6,8 +6,8 @@ import (
"strings"
// "github.com/PuerkitoBio/goquery"
- log "github.com/Sirupsen/logrus"
"github.com/gocolly/colly"
+ log "github.com/sirupsen/logrus"
)
func (app *App) ScrapeRumundCo(shop Shop) []Angebot {