You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once an io.EOF is returned, PlainMessageReader should return io.EOF for reads past the end of stream. Many libraries depend on this behavior (https://github.com/gocarina/gocsv, for example).
Once an
io.EOFis returned,PlainMessageReadershould returnio.EOFfor reads past the end of stream. Many libraries depend on this behavior (https://github.com/gocarina/gocsv, for example).