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