| 15 | } |
| 16 | |
| 17 | type AutoColorPrinter struct { |
| 18 | ColorPalettes ColorPalettes |
| 19 | } |
| 20 | |
| 21 | func (a AutoColorPrinter) Print(r io.Reader, w io.Writer) error { |
| 22 | if isatty.IsTerminal(uintptr(syscall.Stdout)) { |
nothing calls this directly
no outgoing calls
no test coverage detected