整理注释。

Signed-off-by: rick.chan <cy@haoan119.com>
This commit is contained in:
rick.chan 2025-04-07 08:59:43 +08:00
parent e6de5c461d
commit 7f15eb4e36

View File

@ -41,7 +41,7 @@ const (
)
const (
Ltime = 1 << iota //print timestamp format as "2006/01/02 15:04:05.000"
Ltime = 1 << iota // print timestamp format as "2006/01/02 15:04:05.000"
Lfile // print file name and line format as file.go:123
Llevel // print log level format as [Trace|Debug|Info...]
)