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
Change FileReader.ReadAt to return io.EOF for short reads
Previously we would return io.ErrUnexpectedEOF, but this better matches the
behavior of os.File.ReadAt.
Fixescolinmarc#115