From cb34e23918976f5a8cd04c7c2d61395a764bc391 Mon Sep 17 00:00:00 2001 From: CaIon Date: Fri, 6 Feb 2026 18:01:11 +0800 Subject: [PATCH] chore: add fmt import for improved logging in token controller --- controller/token.go | 1 + 1 file changed, 1 insertion(+) diff --git a/controller/token.go b/controller/token.go index 057be045..50da7e33 100644 --- a/controller/token.go +++ b/controller/token.go @@ -1,6 +1,7 @@ package controller import ( + "fmt" "net/http" "strconv" "strings"