corral
corral copied to clipboard
Allow arbitrary record split functions
Is it worth adding the ability to change the record split function?
Currently records are split by newline, and any split function would have to conform to the bufio.SplitFunc signature, so I'm not sure about the utility of this