From 2a22b37f2c592c950429d17802176eca5a89c7b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=81=AB=E7=BA=BF=E5=85=94?= Date: Fri, 15 Sep 2023 14:04:35 +0800 Subject: [PATCH] Changes --- orm.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orm.go b/orm.go index f101607..754edb1 100644 --- a/orm.go +++ b/orm.go @@ -5,7 +5,7 @@ import ( "strings" ) -//type TransactionHandlerFunc func(db IOrm) error +// type TransactionHandlerFunc func(db IOrm) error // Orm ... type Orm struct { ISession