fatih / color

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

[Test] Nil check added #203

Closed hyunsooda closed 1 year ago

hyunsooda commented 1 year ago

If either c or c2 is nil, the L414 generates a panic. This PR introduces a nil check guard, even though this function is exclusively utilized for unit tests.