Commit 3fe4f8c3 authored by astaxie's avatar astaxie

toolbox: modify the godocs

parent 5a863b45
// 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...)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment