From d958f4c05922e2df838a7fd8a7671cbf031fc3b3 Mon Sep 17 00:00:00 2001 From: black1552 Date: Mon, 2 Mar 2026 10:14:06 +0800 Subject: [PATCH] =?UTF-8?q?refactor(tcp):=20=E4=BC=98=E5=8C=96TCP=E6=9C=8D?= =?UTF-8?q?=E5=8A=A1=E5=99=A8=E8=BF=9E=E6=8E=A5=E6=B1=A0=E5=8F=98=E9=87=8F?= =?UTF-8?q?=E5=91=BD=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将sqlitePool错误信息中的pool改为connPool以保持一致性 - 将ConnectionPool实例变量名从pool重命名为connPool - 更新TCPServer结构体中Connection字段的赋值引用 --- .idea/GOHCache.xml | 2 +- tcp/tcp.go | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.idea/GOHCache.xml b/.idea/GOHCache.xml index 476721a..210beeb 100644 --- a/.idea/GOHCache.xml +++ b/.idea/GOHCache.xml @@ -327,7 +327,7 @@ -