1
0
mirror of https://github.com/astaxie/beego.git synced 2025-07-10 06:10:19 +00:00

golint all the files

This commit is contained in:
astaxie
2016-01-18 00:18:21 +08:00
parent da36d1d0e7
commit f925bb9058
16 changed files with 45 additions and 43 deletions

View File

@ -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