Skip to content

Commit

Permalink
Merge pull request #7 from lawzava/dependencies-update
Browse files Browse the repository at this point in the history
Update linting
  • Loading branch information
lawzava authored Oct 29, 2020
2 parents 5c1ff7f + fcc8a28 commit 9849bc4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions scraper/scrape.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9849bc4

Please sign in to comment.