(colo func(string) string)
| 194 | } |
| 195 | |
| 196 | func (c *ColorScheme) SuccessIconWithColor(colo func(string) string) string { |
| 197 | return colo("✓") |
| 198 | } |
| 199 | |
| 200 | func (c *ColorScheme) WarningIcon() string { |
| 201 | return c.Yellow("!") |
no outgoing calls
no test coverage detected