• Matthew Hooker's avatar
    Fix UnixReader panic on empty lines. · 0d1b936f
    Matthew Hooker authored
    Added a test for the failure.
    
    Most of the scanner code looks like it's a modified version of
    bufio.ScanLines, so I changed it to use that but always add a line feed.
    0d1b936f
unix_reader.go 1.22 KB