fatih / color

Color package for Go (golang)
https://pkg.go.dev/github.com/fatih/color
MIT License
7.17k stars 610 forks source link

suffix="\n" #168

Closed Cyber-Dioxide closed 1 year ago

Cyber-Dioxide commented 1 year ago

The suffix="\n" in colorPrint() always adds new line, Set it to custom like suffix="". I'am facing the problem due to "\n".

fatih commented 1 year ago

That's how the API of this package works. Removing it would break it. Thank you.