| 43 | } |
| 44 | |
| 45 | type HtmlPrinter struct { |
| 46 | ColorPalettes ColorPalettes |
| 47 | } |
| 48 | |
| 49 | func (c HtmlPrinter) Print(r io.Reader, w io.Writer) error { |
| 50 | return HtmlPrint(r, w, c.ColorPalettes) |
nothing calls this directly
no outgoing calls
no test coverage detected