toolbox: modify the godocs
Showing
1 changed file
with
1 additions
and
2 deletions
| 1 | // most reference from github.com/realint/dbgutil | 1 | // Here are the features: healthcheck, profile, statistics and task. |
| 2 | package toolbox | 2 | package toolbox |
| 3 | 3 | ||
| 4 | import ( | 4 | import ( |
| ... | @@ -34,7 +34,6 @@ func Display(data ...interface{}) { | ... | @@ -34,7 +34,6 @@ func Display(data ...interface{}) { |
| 34 | display(true, data...) | 34 | display(true, data...) |
| 35 | } | 35 | } |
| 36 | 36 | ||
| 37 | |||
| 38 | // return data print string | 37 | // return data print string |
| 39 | func GetDisplayString(data ...interface{}) string { | 38 | func GetDisplayString(data ...interface{}) string { |
| 40 | return display(false, data...) | 39 | return display(false, data...) | ... | ... |
-
Please register or sign in to post a comment