fatih / color

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

Add styling support? #8

Closed omeid closed 9 years ago

omeid commented 9 years ago

Hi

I know with a name like "color" almost anything else is out of scope but I was wondering if you would consider adding support for "bold", "faint", "Italic", and "Underline".

Or perhaps they can fit in into an standalone package?

fatih commented 9 years ago

You can use them already. http://godoc.org/github.com/fatih/color#Attribute Or do you mean something else?

omeid commented 9 years ago

Whoops. No idea how I missed it.

omeid commented 9 years ago

On a second though, helper string functions like StringCOLOR would be helpful.