From 559d6c7c4b5659a381436eeccb5dfe8d948a0b91 Mon Sep 17 00:00:00 2001 From: shadow1ng Date: Tue, 30 Mar 2021 22:33:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=BA=BF=E7=A8=8B=E5=A4=84?= =?UTF-8?q?=E7=90=86=E6=9C=BA=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/log.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/log.go b/common/log.go index 6d896a9..3046b66 100644 --- a/common/log.go +++ b/common/log.go @@ -44,7 +44,7 @@ func WriteFile(result string, filename string) { _, err = fl.Write(text) fl.Close() if err != nil { - fmt.Printf("write %s error, %v\n", filename, err) + fmt.Printf("Write %s error, %v\n", filename, err) } }