diff --git a/scraper/scrape.go b/scraper/scrape.go index 181a891..60072a9 100644 --- a/scraper/scrape.go +++ b/scraper/scrape.go @@ -3,12 +3,13 @@ package scraper import ( "context" "fmt" - "github.com/chromedp/chromedp" - "github.com/gocolly/colly" - "github.com/gocolly/colly/debug" "net/url" "strings" "time" + + "github.com/chromedp/chromedp" + "github.com/gocolly/colly" + "github.com/gocolly/colly/debug" ) // Scrape is responsible for main scraping logic