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 连接类型