()
| 73 | } |
| 74 | |
| 75 | func Red() PrintFunc { |
| 76 | return color.New(attrsFgRed...).FprintfFunc() |
| 77 | } |
| 78 | |
| 79 | func BrightBlue() PrintFunc { |
| 80 | return color.New(attrsFgHiBlue...).FprintfFunc() |
nothing calls this directly
no outgoing calls
no test coverage detected