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 executes the given query in cached statement
PrepareStmt bool PrepareStmt bool
// PrepareStmt cache support LRU expired, // PrepareStmt cache support LRU expired,
//default maxsize=int64 Max value and ttl=1h // default maxsize=int64 Max value and ttl=1h
PrepareStmtMaxSize int PrepareStmtMaxSize int
PrepareStmtTTL time.Duration PrepareStmtTTL time.Duration