namePrinter provides special support for printing names.
| 21 | |
| 22 | // namePrinter provides special support for printing names. |
| 23 | type namePrinter struct { |
| 24 | name string |
| 25 | } |
| 26 | |
| 27 | // Task implements the Worker interface. |
| 28 | func (m *namePrinter) Task() { |
nothing calls this directly
no outgoing calls
no test coverage detected