mirror of
https://github.com/astaxie/beego.git
synced 2024-11-21 22:00:54 +00:00
toolbox: modify the godocs
This commit is contained in:
parent
5a863b45f4
commit
3fe4f8c362
@ -1,4 +1,4 @@
|
||||
// most reference from github.com/realint/dbgutil
|
||||
// Here are the features: healthcheck, profile, statistics and task.
|
||||
package toolbox
|
||||
|
||||
import (
|
||||
@ -34,7 +34,6 @@ func Display(data ...interface{}) {
|
||||
display(true, data...)
|
||||
}
|
||||
|
||||
|
||||
// return data print string
|
||||
func GetDisplayString(data ...interface{}) string {
|
||||
return display(false, data...)
|
||||
|
Loading…
Reference in New Issue
Block a user