mirror of
https://github.com/astaxie/beego.git
synced 2025-06-11 10:30:39 +00:00
golint all the files
This commit is contained in:
@ -30,7 +30,7 @@
|
||||
// more docs: http://beego.me/docs/module/toolbox.md
|
||||
package toolbox
|
||||
|
||||
// health checker map
|
||||
// AdminCheckList holds health checker map
|
||||
var AdminCheckList map[string]HealthChecker
|
||||
|
||||
// HealthChecker health checker interface
|
||||
|
@ -133,7 +133,7 @@ func (m *URLMap) GetMapData() []map[string]interface{} {
|
||||
return resultLists
|
||||
}
|
||||
|
||||
// global statistics data map
|
||||
// StatisticsMap hosld global statistics data map
|
||||
var StatisticsMap *URLMap
|
||||
|
||||
func init() {
|
||||
|
Reference in New Issue
Block a user