byline

Go library for convert io.Reader to line-by-line Reader

MIT License

Stars
88

Bot releases are hidden (Show)

byline - v1.1.1 - 2018-12-08 Latest Release

Published by msoap almost 6 years ago

Changes:

  • fixed panic on nil source reader, thanks @soniah
byline - v1.1.0 - 2018-11-10

Published by msoap almost 6 years ago

Release Go module

byline - 1.1 - 2017-03-28

Published by msoap over 7 years ago

Changes:

  • incompatible change - now in the Each method, you can change the current byte slice (to reduce memory allocations)
byline - 1.0 - 2017-03-12

Published by msoap over 7 years ago

The first version.