From 5ffd362b6e8d1cc4522bdb05b5e2186d56d09190 Mon Sep 17 00:00:00 2001 From: danvinhe Date: Wed, 3 Nov 2021 15:02:21 +0800 Subject: [PATCH] Update glog_logger.go MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 多了个空格 --- os/glog/glog_logger.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os/glog/glog_logger.go b/os/glog/glog_logger.go index 43edc0206..bdd873976 100644 --- a/os/glog/glog_logger.go +++ b/os/glog/glog_logger.go @@ -22,7 +22,7 @@ import ( "os" "strings" "time" - + "github.com/gogf/gf/v2/debug/gdebug" "github.com/gogf/gf/v2/os/gfile"