mirror of
https://github.com/astaxie/beego.git
synced 2025-07-26 17:35:32 +00:00
dictinct system pkg and third pkg
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
package context
|
||||
|
||||
import (
|
||||
"github.com/astaxie/beego/middleware"
|
||||
"net/http"
|
||||
|
||||
"github.com/astaxie/beego/middleware"
|
||||
)
|
||||
|
||||
type Context struct {
|
||||
|
@@ -2,11 +2,12 @@ package context
|
||||
|
||||
import (
|
||||
"bytes"
|
||||
"github.com/astaxie/beego/session"
|
||||
"io/ioutil"
|
||||
"net/http"
|
||||
"strconv"
|
||||
"strings"
|
||||
|
||||
"github.com/astaxie/beego/session"
|
||||
)
|
||||
|
||||
type BeegoInput struct {
|
||||
|
Reference in New Issue
Block a user