From c588e740e1617b89621d3d8a8efc033e002b6e51 Mon Sep 17 00:00:00 2001 From: Jinzhu Date: Fri, 25 Apr 2025 16:18:57 +0800 Subject: [PATCH] code format according to golinter ci --- gorm.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gorm.go b/gorm.go index dd1940ce..d253736d 100644 --- a/gorm.go +++ b/gorm.go @@ -35,7 +35,7 @@ type Config struct { // PrepareStmt executes the given query in cached statement PrepareStmt bool // PrepareStmt cache support LRU expired, - //default maxsize=int64 Max value and ttl=1h + // default maxsize=int64 Max value and ttl=1h PrepareStmtMaxSize int PrepareStmtTTL time.Duration