diff --git a/prepare_stmt.go b/prepare_stmt.go index 26599b81..4426dfa1 100644 --- a/prepare_stmt.go +++ b/prepare_stmt.go @@ -295,7 +295,6 @@ type StmtStore interface { AllMap() map[string]*Stmt } -// 默认的 map 实现 type DefaultStmtStore struct { defaultStmt map[string]*Stmt }