github.com/nanvenomous/exfs@v0.0.8/readme.md (about)

     1  # exfs
     2  
     3  TODO: rename to exfs - extra filesystem commands
     4  
     5  The motivation of this repository is to test recurring filesystem operations that WOULD NOT appear in the standard library.
     6  
     7  Between `os`, `path` & `ioutil` go doesn't leave much to be desired in terms of interacting with the underlying operating system.
     8  
     9  However, as humans, we ofter encounter more specific, extensive patterns that require testing.
    10  
    11  This project should not have dependencies and the function names should be complete and human readable.
    12  
    13  # test
    14  
    15  > make test