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