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 utility functions similar to those found in stdlib io package #549

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

hannahhoward
Copy link
Collaborator

Per our conversation in data-preservation-programs/singularity#325, I decided to go ahead and implement a PipeStorage and a TeeStorage, analogous to io.Pipe and io.TeeReader.

Also I defined a "FinalizableStorage" based on the implementation in go-car to universalize the concept for "Finalize()"

If these seem useful, I'll do the work to finish this off. (testing and cleanup) Let me know

add utility functions similar to those found in stdlib io package
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.

1 participant