From 714c4acbe4cd26bbfefc9d9545fced7e20bf1134 Mon Sep 17 00:00:00 2001 From: phamnazage-jpg Date: Mon, 1 Jun 2026 22:03:14 +0800 Subject: [PATCH] =?UTF-8?q?fix(log):=20=E4=BF=AE=E5=A4=8D=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E6=96=87=E4=BB=B6=E6=9C=AA=E4=BD=BF=E7=94=A8=E5=AF=BC?= =?UTF-8?q?=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/log/log_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/internal/log/log_test.go b/internal/log/log_test.go index 9e5ab9b0..1661e397 100644 --- a/internal/log/log_test.go +++ b/internal/log/log_test.go @@ -1,9 +1,7 @@ package log import ( - "bytes" "log/slog" - "strings" "testing" )