Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: adjust splitLines to match go 1.22 behavior (#30)
see https://tip.golang.org/doc/go1.22#minor_library_changes there was a change in bufio.Scanner, which does not "report" anymore a 'nil' final line unit test would work pre 1.22, and fail on 1.22 and onwards fixes #29
- Loading branch information