Searched defs:lineGroup (Results 1 – 1 of 1) sorted by relevance
73 type lineGroup struct { struct77 column int78 lines []string81 func addLine(groups *[]lineGroup, line string, column int) {