fatih / color

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

color: expose `SetWriter` and `UnsetWriter` #182

Closed fatih closed 1 year ago

fatih commented 1 year ago

For some users, performance is critical; hence, having access to the underlying writer functions allows them to use a bytes buffer and avoid string allocations.

closes https://github.com/fatih/color/issues/124