mirror of
https://github.com/astaxie/beego.git
synced 2025-06-19 18:50:39 +00:00
uing pkg module
This commit is contained in:
grace
pkg
admin.goadmin_test.goapp.go
cache
config.goconfig
config_test.gocontext
controller.gocontroller_test.godoc.goerror.gofilter.gofilter_test.gohooks.golog.gologs
metric
migration
namespace.gonamespace_test.goorm
parser.goplugins
policy.gorouter.gorouter_test.gosession
staticfile.gotemplate.gotemplate_test.gotesting
tree.gotree_test.goutils
validation
@ -42,8 +42,8 @@ import (
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
"github.com/astaxie/beego"
|
||||
"github.com/astaxie/beego/context"
|
||||
"github.com/astaxie/beego/pkg"
|
||||
"github.com/astaxie/beego/pkg/context"
|
||||
)
|
||||
|
||||
const (
|
||||
|
@ -21,8 +21,8 @@ import (
|
||||
"testing"
|
||||
"time"
|
||||
|
||||
"github.com/astaxie/beego"
|
||||
"github.com/astaxie/beego/context"
|
||||
"github.com/astaxie/beego/pkg"
|
||||
"github.com/astaxie/beego/pkg/context"
|
||||
)
|
||||
|
||||
// HTTPHeaderGuardRecorder is httptest.ResponseRecorder with own http.Header
|
||||
|
Reference in New Issue
Block a user