From 42118d803e912945c24d62eae3895aa6a4fbab5c Mon Sep 17 00:00:00 2001 From: ashisgreat22 Date: Wed, 15 Apr 2026 07:59:48 +0000 Subject: [PATCH] fix: add missing log import --- handler.go | 1 + 1 file changed, 1 insertion(+) diff --git a/handler.go b/handler.go index 6d2d95f..e87b04a 100644 --- a/handler.go +++ b/handler.go @@ -7,6 +7,7 @@ import ( "encoding/json" "fmt" "io" + "log" "math/rand" "net/http" "strings"