try hiblack
This commit is contained in:
parent
ce5d25c676
commit
afa368f552
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ type Listen struct {
|
|||
|
||||
func printStatus(msg string) {
|
||||
if runtime.GOOS == "windows" {
|
||||
fmt.Fprintf(color.Output, "%s", color.WhiteString(msg))
|
||||
fmt.Fprintf(color.Output, "%s", color.HiBlackString(msg))
|
||||
} else {
|
||||
c := color.New(color.FgWhite)
|
||||
c.Fprintf(os.Stderr, "%s", msg)
|
||||
|
|
Loading…
Add table
Reference in a new issue