1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-16 07:13:32 +00:00

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 package beego
import ( import (
"github.com/astaxie/beego/context"
"github.com/astaxie/beego/utils"
"path" "path"
"regexp" "regexp"
"strings" "strings"
"github.com/astaxie/beego/context"
"github.com/astaxie/beego/utils"
) )
var ( var (

View File

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