pipeat icon indicating copy to clipboard operation
pipeat copied to clipboard

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

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