Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
B
beego
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
beego
Commits
8603127c
Commit
8603127c
authored
Nov 10, 2015
by
JessonChan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
beego package file path rewrite
parent
07c93cd3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
+5
-3
output.go
context/output.go
+2
-1
memzipfile.go
memzipfile.go
+2
-1
staticfile.go
staticfile.go
+1
-1
No files found.
context/output.go
View file @
8603127c
...
...
@@ -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.
...
...
memzipfile.go
View file @
8603127c
...
...
@@ -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
(
...
...
staticfile.go
View file @
8603127c
...
...
@@ -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"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment