using new organization

This commit is contained in:
Ming Deng
2020-12-13 23:09:19 +08:00
parent 093f976365
commit a70f7fc920
253 changed files with 504 additions and 503 deletions

View File

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

View File

@@ -19,7 +19,7 @@ import (
"os"
"testing"
"github.com/astaxie/beego/adapter/config"
"github.com/beego/beego/adapter/config"
)
func TestXML(t *testing.T) {