Skip to content

Commit

Permalink
fix: lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kris-dev-hub committed Jan 3, 2024
1 parent db580c7 commit c0e28cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/importer/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package main
import (
"bufio"
"fmt"
"github.com/kris-dev-hub/globallinks/pkg/healthcheck"
"log"
"net/http"
"os"
Expand All @@ -15,6 +14,8 @@ import (
"sync"
"time"

"github.com/kris-dev-hub/globallinks/pkg/healthcheck"

"github.com/klauspost/compress/gzip"

"github.com/kris-dev-hub/globallinks/pkg/commoncrawl"
Expand Down

0 comments on commit c0e28cb

Please sign in to comment.