mirror of
https://github.com/astaxie/beego.git
synced 2024-11-22 13:00:54 +00:00
import reset
This commit is contained in:
parent
007af6224e
commit
3d7354b9d2
5
tree.go
5
tree.go
@ -15,11 +15,12 @@
|
||||
package beego
|
||||
|
||||
import (
|
||||
"github.com/astaxie/beego/context"
|
||||
"github.com/astaxie/beego/utils"
|
||||
"path"
|
||||
"regexp"
|
||||
"strings"
|
||||
|
||||
"github.com/astaxie/beego/context"
|
||||
"github.com/astaxie/beego/utils"
|
||||
)
|
||||
|
||||
var (
|
||||
|
@ -15,9 +15,10 @@
|
||||
package beego
|
||||
|
||||
import (
|
||||
"github.com/astaxie/beego/context"
|
||||
"strings"
|
||||
"testing"
|
||||
|
||||
"github.com/astaxie/beego/context"
|
||||
)
|
||||
|
||||
type testinfo struct {
|
||||
|
Loading…
Reference in New Issue
Block a user