fix: add missing log import

This commit is contained in:
ashisgreat22 2026-04-15 07:59:48 +00:00
parent 02989e59b5
commit 42118d803e

View file

@ -7,6 +7,7 @@ import (
"encoding/json" "encoding/json"
"fmt" "fmt"
"io" "io"
"log"
"math/rand" "math/rand"
"net/http" "net/http"
"strings" "strings"