Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | utils: fs, memory fix read offset | Máximo Cuadros | 2016-11-20 | 1 | -1/+1 |
| | |||||
* | utils: fs, memory fix ReadDir, error getting filename | Máximo Cuadros | 2016-11-20 | 1 | -1/+1 |
| | |||||
* | utils/fs: add ReadAt to memory file and tests. (#122) | Santiago M. Mola | 2016-11-11 | 1 | -1/+11 |
| | | | | * memory files now implement io.ReaderAt. * tests now check ReadAt behaviour. | ||||
* | utils: fs, new memory filesystem (#108) | Máximo Cuadros | 2016-11-04 | 2 | -0/+387 |
* utils: fs, new memory filesystem * utils: fs, renamed os.NewOS to os.New * utils: fs, memory changes requested by @alcortes |