增加单元测试,统一初始化方法

This commit is contained in:
ayflying
2025-04-02 15:19:49 +08:00
parent 1d0661ae40
commit 743d232c38
10 changed files with 133 additions and 46 deletions

View File

@@ -14,7 +14,7 @@ const (
quoteChar = "`"
)
func init() {
func Init() {
var (
err error
driverObj = New()