Fix lint error

This commit is contained in:
Alessio 2024-05-05 11:23:06 -07:00
parent 71230e3886
commit 5d727487ba
2 changed files with 4 additions and 4 deletions

View File

@ -1,11 +1,11 @@
package scraper package scraper
import ( import (
"encoding/json"
"fmt" "fmt"
"html"
"net/url" "net/url"
"strings" "strings"
"html"
"encoding/json"
"github.com/google/uuid" "github.com/google/uuid"
) )