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

bifurcate io.Reader and io.ReadSeeker functionality #7

Merged
merged 2 commits into from
Oct 7, 2018
Merged

bifurcate io.Reader and io.ReadSeeker functionality #7

merged 2 commits into from
Oct 7, 2018

Conversation

rbcrwd
Copy link
Contributor

@rbcrwd rbcrwd commented Oct 2, 2018

This is the promised patchset to bifurcate io.Reader and io.ReadSeeker functionality.

This allows the project to build properly on and for the Darwin OS
family.
Some code can only provide an io.Reader, particularly for streaming
archives. For those purposes, it seems to make sense to retain the
io.Reader interface and add another that satisfies the io.ReadSeeker
interface.
@mstoykov mstoykov merged commit 3fd1cff into mstoykov:master Oct 7, 2018
@mstoykov
Copy link
Owner

mstoykov commented Oct 7, 2018

Thank you very much for this :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants