Searched defs:readLineResult (Results 1 – 1 of 1) sorted by relevance
1053 type readLineResult struct { struct1054 line []byte1055 isPrefix bool1056 err error1084 func testReadLineNewlines(t *testing.T, input string, expect []readLineResult) {