Commit 8603127c authored by JessonChan's avatar JessonChan

beego package file path rewrite

parent 07c93cd3
...@@ -15,7 +15,6 @@ ...@@ -15,7 +15,6 @@
package context package context
import ( import (
"beego/acceptencoder"
"bytes" "bytes"
"encoding/json" "encoding/json"
"encoding/xml" "encoding/xml"
...@@ -29,6 +28,8 @@ import ( ...@@ -29,6 +28,8 @@ import (
"strconv" "strconv"
"strings" "strings"
"time" "time"
"github.com/astaxie/beego/acceptencoder"
) )
// BeegoOutput does work for sending response header. // BeegoOutput does work for sending response header.
......
...@@ -15,7 +15,6 @@ ...@@ -15,7 +15,6 @@
package beego package beego
import ( import (
"beego/acceptencoder"
"bytes" "bytes"
"errors" "errors"
"io" "io"
...@@ -23,6 +22,8 @@ import ( ...@@ -23,6 +22,8 @@ import (
"os" "os"
"sync" "sync"
"time" "time"
"github.com/astaxie/beego/acceptencoder"
) )
var ( var (
......
...@@ -15,7 +15,6 @@ ...@@ -15,7 +15,6 @@
package beego package beego
import ( import (
"beego/acceptencoder"
"net/http" "net/http"
"os" "os"
"path" "path"
...@@ -23,6 +22,7 @@ import ( ...@@ -23,6 +22,7 @@ import (
"strconv" "strconv"
"strings" "strings"
"github.com/astaxie/beego/acceptencoder"
"github.com/astaxie/beego/context" "github.com/astaxie/beego/context"
"github.com/astaxie/beego/utils" "github.com/astaxie/beego/utils"
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment