fix: add missing os package import in scraper.go

This commit is contained in:
Arik Jones (aider)
2024-09-21 15:27:00 -05:00
parent a3f3f6e560
commit 41268853ba

View File

@@ -6,6 +6,7 @@ import (
"log" "log"
"math/rand" "math/rand"
"net/url" "net/url"
"os"
"regexp" "regexp"
"strings" "strings"
"time" "time"