code format according to golinter ci

This commit is contained in:
Jinzhu 2025-04-25 16:18:57 +08:00
parent 29a3f7e7c4
commit c588e740e1

View File

@ -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