mirror of
https://github.com/astaxie/beego.git
synced 2025-06-12 08:30:40 +00:00
beego package file path rewrite
This commit is contained in:
@ -15,7 +15,6 @@
|
||||
package context
|
||||
|
||||
import (
|
||||
"beego/acceptencoder"
|
||||
"bytes"
|
||||
"encoding/json"
|
||||
"encoding/xml"
|
||||
@ -29,6 +28,8 @@ import (
|
||||
"strconv"
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
"github.com/astaxie/beego/acceptencoder"
|
||||
)
|
||||
|
||||
// BeegoOutput does work for sending response header.
|
||||
|
Reference in New Issue
Block a user