GenericStop runs Stop, but returns a LivePrinter. This is used for the interface LivePrinter. You most likely want to use Stop instead of this in your program.
()
| 13 | // This is used for the interface LivePrinter. |
| 14 | // You most likely want to use Stop instead of this in your program. |
| 15 | GenericStop() (*LivePrinter, error) |
| 16 | |
| 17 | SetWriter(writer io.Writer) |
| 18 | } |
no outgoing calls