Merge main & resolve conflict

This commit is contained in:
Ming Deng
2021-02-01 00:24:45 +08:00
105 changed files with 290 additions and 214 deletions

View File

@@ -20,8 +20,8 @@
//
// Usage:
// import(
// _ "github.com/beego/beego/v2/config/xml"
// "github.com/beego/beego/v2/config"
// _ "github.com/beego/beego/v2/core/config/xml"
// "github.com/beego/beego/v2/core/config"
// )
//
// cnf, err := config.NewConfig("xml", "config.xml")