3fe4f8c3 by astaxie

toolbox: modify the godocs

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