From c768b0f789d1fcac09697192820aa75a9c584e48 Mon Sep 17 00:00:00 2001 From: xiaoqidun Date: Sat, 6 Dec 2025 20:56:03 +0800 Subject: [PATCH] =?UTF-8?q?style(=E5=AF=BC=E5=85=A5=E4=BE=9D=E8=B5=96):=20?= =?UTF-8?q?=E5=BE=AE=E8=B0=83=E5=AF=BC=E5=85=A5=E4=BE=9D=E8=B5=96=E9=A3=8E?= =?UTF-8?q?=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entps.go | 1 + 1 file changed, 1 insertion(+) diff --git a/entps.go b/entps.go index 838f2f7..b1fafc7 100644 --- a/entps.go +++ b/entps.go @@ -3,6 +3,7 @@ package entps import ( "database/sql" "database/sql/driver" + "modernc.org/sqlite" )