(colo func(string) string)
| 166 | } |
| 167 | |
| 168 | func (c *ColorScheme) SuccessIconWithColor(colo func(string) string) string { |
| 169 | return colo("✓") |
| 170 | } |
| 171 | |
| 172 | func (c *ColorScheme) WarningIcon() string { |
| 173 | return c.Yellow("!") |
no outgoing calls
no test coverage detected