Gelio / go-global-update

A command to update globally installed go executables
MIT License
134 stars 4 forks source link

Add colors in output #9

Closed Gelio closed 2 years ago

Gelio commented 2 years ago

The output of go-global-update looks a bit bland since it's all default color. Let's add colored output.

Make sure to respect https://no-color.org/

https://github.com/fatih/color/blob/master/color.go seems like a nice package to use. It supports NO_COLOR out of the box