1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-26 15:34:14 +00:00

toolbox: modify the godocs

This commit is contained in:
astaxie 2014-04-06 01:05:20 +08:00
parent 5a863b45f4
commit 3fe4f8c362

View File

@ -1,4 +1,4 @@
// most reference from github.com/realint/dbgutil // Here are the features: healthcheck, profile, statistics and task.
package toolbox package toolbox
import ( import (
@ -34,7 +34,6 @@ func Display(data ...interface{}) {
display(true, data...) display(true, data...)
} }
// return data print string // return data print string
func GetDisplayString(data ...interface{}) string { func GetDisplayString(data ...interface{}) string {
return display(false, data...) return display(false, data...)