Skip to content

Commit

Permalink
🎨 update linting
Browse files Browse the repository at this point in the history
  • Loading branch information
lawzava committed Oct 29, 2020
1 parent 5c1ff7f commit fcc8a28
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 fcc8a28

Please sign in to comment.