mirror of
https://github.com/astaxie/beego.git
synced 2024-11-22 08:10:58 +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
|
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...)
|
||||||
|
Loading…
Reference in New Issue
Block a user