From 3fe4f8c362889dfa739c89b9359919831e0c4171 Mon Sep 17 00:00:00 2001 From: astaxie Date: Sun, 6 Apr 2014 01:05:20 +0800 Subject: [PATCH] toolbox: modify the godocs --- toolbox/debug.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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...)