Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
张磊
/
FileStorageBeego
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
ac8853df
authored
2013-08-21 17:59:31 +0800
by
astaxie
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
move from beehttp to context
1 parent
d2be74a4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
3 deletions
beehttp/context.go → context/context.go
beehttp/input.go → context/input.go
beehttp/output.go → context/output.go
middleware/router.go
beehttp
/context.go
→
context
/context.go
View file @
ac8853d
package
beehttp
package
context
import
(
"net/http"
...
...
beehttp
/input.go
→
context
/input.go
View file @
ac8853d
package
beehttp
package
context
import
(
"bytes"
...
...
beehttp
/output.go
→
context
/output.go
View file @
ac8853d
package
beehttp
package
context
import
(
"bytes"
...
...
middleware/router.go
0 → 100644
View file @
ac8853d
File mode changed
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment