We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e7ce07 commit 379c9cbCopy full SHA for 379c9cb
xconsole/xconsole.go
@@ -21,7 +21,7 @@ func Yellow(msg string) {
21
fmt.Print(xcolor.Yellow(fmt.Sprintf("[xconsole]\t%v\n", msg)))
22
}
23
24
-// Redf ...
+// Yellowf ...
25
func Yellowf(msg string, arg interface{}) {
26
if !debug {
27
return
@@ -53,7 +53,7 @@ func Blue(msg string) {
53
fmt.Print(xcolor.Blue(fmt.Sprintf("[xconsole]\t%v\n", msg)))
54
55
56
-// Greenf ...
+// Bluef ...
57
func Bluef(msg string, arg interface{}) {
58
59
0 commit comments