From b51187dff85b64126e163efc66025e721e492722 Mon Sep 17 00:00:00 2001 From: wangyuehong Date: Fri, 11 Aug 2023 12:32:07 +0900 Subject: [PATCH] Update logger/sql.go Co-authored-by: Gabriel Aquino Oliveira --- logger/sql.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logger/sql.go b/logger/sql.go index 378b0f75..35d9539a 100644 --- a/logger/sql.go +++ b/logger/sql.go @@ -13,7 +13,7 @@ import ( "gorm.io/gorm/utils" ) -// TimeParamFormat defines the format of the time parameter in ExpalianSQL. +// TimeParamFormat defines the format of the time parameter in ExplainSQL. var TimeParamFormat = "2006-01-02 15:04:05.999" const (