mirror of
https://github.com/astaxie/beego.git
synced 2025-06-12 12:50:40 +00:00
uing pkg module
This commit is contained in:
@ -39,7 +39,7 @@ import (
|
||||
"strings"
|
||||
"sync"
|
||||
|
||||
"github.com/astaxie/beego/config"
|
||||
"github.com/astaxie/beego/pkg/config"
|
||||
"github.com/beego/x2j"
|
||||
)
|
||||
|
||||
|
@ -19,7 +19,7 @@ import (
|
||||
"os"
|
||||
"testing"
|
||||
|
||||
"github.com/astaxie/beego/config"
|
||||
"github.com/astaxie/beego/pkg/config"
|
||||
)
|
||||
|
||||
func TestXML(t *testing.T) {
|
||||
|
Reference in New Issue
Block a user