You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.