Closed jimen0 closed 4 years ago
This change moves from accepting a file path in readLines to an io.Reader.
readLines
io.Reader
As per found ToDo in the code 😄
ToDo
PR's from you always get a merge ;) Thanks for the help! LGTM
What does this PR do?
This change moves from accepting a file path in
readLines
to anio.Reader
.Why do we need it?
As per found
ToDo
in the code 😄