Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add io.ReaderAt interface compatibility #285

Merged
merged 3 commits into from
Aug 19, 2020
Merged

Commits on Apr 11, 2019

  1. Add io.ReaderAt interface compatibility

    Read is now a proxy for ReadAt. Read uses the bytes read to set the new offset for the file, since ReadAt does not alter the offset.
    qrpike committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    a004247 View commit details
    Browse the repository at this point in the history
  2. Spacing

    qrpike committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    beae100 View commit details
    Browse the repository at this point in the history
  3. :|

    qrpike committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    00faa91 View commit details
    Browse the repository at this point in the history