From 1d376947cb8a8a69e3ae14133f33a1b1a8424dc1 Mon Sep 17 00:00:00 2001 From: xiezhaodong Date: Mon, 14 Apr 2025 13:17:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E6=8C=81lru=E7=BC=93=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- prepare_stmt.go | 1 - 1 file changed, 1 deletion(-) 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 }