From 7f15eb4e36c03d5b6762e20f6dc5b6e6f1e81a4e Mon Sep 17 00:00:00 2001 From: "rick.chan" Date: Mon, 7 Apr 2025 08:59:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B4=E7=90=86=E6=B3=A8=E9=87=8A=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: rick.chan --- simplelog.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simplelog.go b/simplelog.go index 2e5eafc..456dadb 100644 --- a/simplelog.go +++ b/simplelog.go @@ -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...] )