Searched defs:lineFunc (Results 1 – 1 of 1) sorted by relevance
20 type lineFunc func(line []byte) (v any, err error) type28 func readColonFile(r io.Reader, fn lineFunc, readCols int) (v any, err error) {