diff --git a/toolbox/debug.go b/toolbox/debug.go index c22af04f..86638d05 100644 --- a/toolbox/debug.go +++ b/toolbox/debug.go @@ -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...)