fix: 修复一处配置文件错误

This commit is contained in:
Mmx
2021-09-19 23:22:38 +08:00
parent 80b06250e6
commit aea406ed44

View File

@@ -7,7 +7,7 @@ import (
"os"
)
var Config *models.Config
var Config models.Config
func init() {
//配置文件初始化