============================================================================= Data is the structure of the data we are copying.
| 17 | |
| 18 | // Data is the structure of the data we are copying. |
| 19 | type Data struct { |
| 20 | Line string |
| 21 | } |
| 22 | |
| 23 | // ============================================================================= |
| 24 |
nothing calls this directly
no outgoing calls
no test coverage detected