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
2d77c4dc
authored
2013-12-26 00:44:49 +0800
by
傅小黑
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix code with no need line
1 parent
f535916f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
context/input.go
context/input.go
View file @
2d77c4d
...
...
@@ -50,7 +50,6 @@ func (input *BeegoInput) Site() string {
}
// Scheme returns request scheme as "http" or "https".
// if error, return empty string.
func
(
input
*
BeegoInput
)
Scheme
()
string
{
if
input
.
Request
.
URL
.
Scheme
!=
""
{
return
input
.
Request
.
URL
.
Scheme
...
...
@@ -59,7 +58,6 @@ func (input *BeegoInput) Scheme() string {
}
else
{
return
"https"
}
return
""
}
// Domain returns host name.
...
...
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