import reset

This commit is contained in:
ysqi 2016-01-24 11:10:04 +08:00
parent 007af6224e
commit 3d7354b9d2
2 changed files with 5 additions and 3 deletions

View File

@ -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 (

View File

@ -15,9 +15,10 @@
package beego
import (
"github.com/astaxie/beego/context"
"strings"
"testing"
"github.com/astaxie/beego/context"
)
type testinfo struct {