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
c347dd9e
authored
2014-08-14 23:50:15 +0800
by
Lei Cao
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fix the comments and deleted the println
1 parent
d314d12c
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
2 deletions
admin.go
adminui.go
toolbox/statistics.go
admin.go
View file @
c347dd9
// Beego (http://beego.me/)
//
// @description beego is an open-source, high-performance web framework for the Go programming language.
//
// @link http://github.com/astaxie/beego for the canonical source repository
//
// @license http://github.com/astaxie/beego/blob/master/LICENSE
//
// @authors astaxie
package
beego
...
...
adminui.go
View file @
c347dd9
// Beego (http://beego.me/)
//
// @description beego is an open-source, high-performance web framework for the Go programming language.
//
// @link http://github.com/astaxie/beego for the canonical source repository
//
// @license http://github.com/astaxie/beego/blob/master/LICENSE
//
// @authors astaxie
package
beego
var
indexTpl
=
`
...
...
toolbox/statistics.go
View file @
c347dd9
// Beego (http://beego.me/)
//
// @description beego is an open-source, high-performance web framework for the Go programming language.
//
// @link http://github.com/astaxie/beego for the canonical source repository
//
// @license http://github.com/astaxie/beego/blob/master/LICENSE
//
// @authors astaxie
package
toolbox
...
...
@@ -95,7 +99,6 @@ func (m *UrlMap) GetMap() [][]string {
resultLists
=
append
(
resultLists
,
result
)
}
}
fmt
.
Println
(
resultLists
)
return
resultLists
}
...
...
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