toolbox: modify the godocs

This commit is contained in:
astaxie 2014-04-06 01:05:20 +08:00
parent 5a863b45f4
commit 3fe4f8c362
1 changed files with 1 additions and 2 deletions

View File

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