spf13 / afero

A FileSystem Abstraction System for Go
Apache License 2.0
5.93k stars 508 forks source link

Fixes io.ReaderAt implementation of mem.File #353

Open bfreis opened 2 years ago

bfreis commented 2 years ago

Adds tests:

Fixes #352 .

CLAassistant commented 2 years ago

CLA assistant check
All committers have signed the CLA.

bfreis commented 2 years ago

👋 @mbertschler, @kargakis

Hey folks, pinging you as I see you merged some PRs recently :)

I have some code commented in tests just waiting for this to get merged. Thanks!