From c0297410641fc0a7902c7f1b5877fa121e1daaa8 Mon Sep 17 00:00:00 2001 From: wenjie Date: Thu, 2 Apr 2026 19:04:37 +0800 Subject: [PATCH] fix(config): restore missing strings import --- pkg/config/config.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/config/config.go b/pkg/config/config.go index 30e5e1dd9..4e8733cbf 100644 --- a/pkg/config/config.go +++ b/pkg/config/config.go @@ -7,6 +7,7 @@ import ( "math/rand" "os" "path/filepath" + "strings" "sync/atomic" "time"