mirror of
https://github.com/astaxie/beego.git
synced 2024-11-25 02:40:54 +00:00
beego package file path rewrite
This commit is contained in:
parent
07c93cd32c
commit
8603127c81
@ -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.
|
||||
|
@ -15,7 +15,6 @@
|
||||
package beego
|
||||
|
||||
import (
|
||||
"beego/acceptencoder"
|
||||
"bytes"
|
||||
"errors"
|
||||
"io"
|
||||
@ -23,6 +22,8 @@ import (
|
||||
"os"
|
||||
"sync"
|
||||
"time"
|
||||
|
||||
"github.com/astaxie/beego/acceptencoder"
|
||||
)
|
||||
|
||||
var (
|
||||
|
@ -15,7 +15,6 @@
|
||||
package beego
|
||||
|
||||
import (
|
||||
"beego/acceptencoder"
|
||||
"net/http"
|
||||
"os"
|
||||
"path"
|
||||
@ -23,6 +22,7 @@ import (
|
||||
"strconv"
|
||||
"strings"
|
||||
|
||||
"github.com/astaxie/beego/acceptencoder"
|
||||
"github.com/astaxie/beego/context"
|
||||
"github.com/astaxie/beego/utils"
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user