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"
"fmt"
"io"
"log"
"math/rand"
"net/http"
"strings"