From aea406ed448722cbdd2474e4124be24b9782a772 Mon Sep 17 00:00:00 2001 From: Mmx <1624045573@qq.com> Date: Sun, 19 Sep 2021 23:22:38 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E4=B8=80=E5=A4=84?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- global/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global/config.go b/global/config.go index 0e4a30d..1e54b16 100644 --- a/global/config.go +++ b/global/config.go @@ -7,7 +7,7 @@ import ( "os" ) -var Config *models.Config +var Config models.Config func init() { //配置文件初始化