aboutsummaryrefslogtreecommitdiffstats
path: root/utils/fs/memory
Commit message (Collapse)AuthorAgeFilesLines
* utils/fs: add ReadAt to memory file and tests. (#122)Santiago M. Mola2016-11-111-1/+11
| | | | * memory files now implement io.ReaderAt. * tests now check ReadAt behaviour.
* utils: fs, new memory filesystem (#108)Máximo Cuadros2016-11-042-0/+387
* utils: fs, new memory filesystem * utils: fs, renamed os.NewOS to os.New * utils: fs, memory changes requested by @alcortes