afero
afero copied to clipboard
Fix ReadAt + WriteAt concurrency
trafficstars
Fixing https://github.com/spf13/afero/issues/433 to allow parallel executions of ReadAt and WriteAt without messing up the seek offset.