(lines [][]byte, offset int64)
| 24 | // not have a final newline character if the input ends without one. |
| 25 | type LineReaderAt interface { |
| 26 | ReadLinesAt(lines [][]byte, offset int64) (n int, err error) |
| 27 | } |
| 28 | |
| 29 | type lineReaderAt struct { |
no outgoing calls
no test coverage detected