GenericStart runs Start, but returns a LivePrinter. This is used for the interface LivePrinter. You most likely want to use Start instead of this in your program.
()
| 8 | // This is used for the interface LivePrinter. |
| 9 | // You most likely want to use Start instead of this in your program. |
| 10 | GenericStart() (*LivePrinter, error) |
| 11 | |
| 12 | // GenericStop runs Stop, but returns a LivePrinter. |
| 13 | // This is used for the interface LivePrinter. |
no outgoing calls