Skip to content

Commit 379c9cb

Browse files
author
myxy99
committed
conslole
1 parent 4e7ce07 commit 379c9cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xconsole/xconsole.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ func Yellow(msg string) {
2121
fmt.Print(xcolor.Yellow(fmt.Sprintf("[xconsole]\t%v\n", msg)))
2222
}
2323

24-
// Redf ...
24+
// Yellowf ...
2525
func Yellowf(msg string, arg interface{}) {
2626
if !debug {
2727
return
@@ -53,7 +53,7 @@ func Blue(msg string) {
5353
fmt.Print(xcolor.Blue(fmt.Sprintf("[xconsole]\t%v\n", msg)))
5454
}
5555

56-
// Greenf ...
56+
// Bluef ...
5757
func Bluef(msg string, arg interface{}) {
5858
if !debug {
5959
return

0 commit comments

Comments
 (0)