From 845afe6dacd67e66da08e3537074b06e7d2cc5b7 Mon Sep 17 00:00:00 2001 From: black1552 Date: Fri, 27 Feb 2026 10:08:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E6=9C=AA=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E7=9A=84=E5=AF=BC=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pool/badger.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/pool/badger.go b/pool/badger.go index 03e3f3e..9438a0b 100644 --- a/pool/badger.go +++ b/pool/badger.go @@ -4,12 +4,10 @@ import ( "context" "encoding/json" "fmt" - "path/filepath" "sync" "time" "github.com/dgraph-io/badger/v4" - "github.com/gogf/gf/v2/os/gfile" ) // ConnType 连接类型