Skip to content

Commit

Permalink
reorganize imports
Browse files Browse the repository at this point in the history
  • Loading branch information
laureanray committed Jul 18, 2022
1 parent 71a438f commit 38afc68
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkg/api/libgen.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@ package api

import (
"fmt"
"github.com/PuerkitoBio/goquery"
"github.com/kennygrant/sanitize"
"github.com/schollz/progressbar/v3"
"io"
"log"
"net/http"
"net/url"
"os"
"strings"

"github.com/PuerkitoBio/goquery"
"github.com/kennygrant/sanitize"
"github.com/schollz/progressbar/v3"
)

/*
Expand Down

0 comments on commit 38afc68

Please sign in to comment.