增加单元测试,统一初始化方法
This commit is contained in:
@@ -14,7 +14,7 @@ const (
|
||||
quoteChar = "`"
|
||||
)
|
||||
|
||||
func init() {
|
||||
func Init() {
|
||||
var (
|
||||
err error
|
||||
driverObj = New()
|
||||
|
||||
Reference in New Issue
Block a user