初始化项目
@@ -17,8 +17,8 @@ import (
func main() {
// 开始调试模式
gin.SetMode(gin.ReleaseMode)
//gin.SetMode(gin.ReleaseMode)
gin.SetMode("debug")
// 实例化配置
config := cfg.Instance()
if config == nil {
The note is not visible to the blocked user.