Skip to content
/ pipeat Public
forked from eikenb/pipeat

Like io.Pipe() but supports ReadAt() and WriteAt()

License

Notifications You must be signed in to change notification settings

drakkan/pipeat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PipeAt

Works like io.Pipe() but allows use of ReadAt/WriteAt and asynchronous operations. Useful for connecting IO pipelines where one or both ends require offset based file access.

GoDoc Build Status

About

Like io.Pipe() but supports ReadAt() and WriteAt()

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%