(t string, args ...interface{})
| 90 | } |
| 91 | |
| 92 | func (c *ColorScheme) Mutedf(t string, args ...interface{}) string { |
| 93 | return c.Muted(fmt.Sprintf(t, args...)) |
| 94 | } |
| 95 | |
| 96 | func (c *ColorScheme) Red(t string) string { |
| 97 | if !c.Enabled { |
no test coverage detected