From 5ff9bc3851aabe03baf853e4ca7840341829e311 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 057be0454..50da7e339 100644 --- a/controller/token.go +++ b/controller/token.go @@ -1,6 +1,7 @@ package controller import ( + "fmt" "net/http" "strconv" "strings"