The nilfs
package implements the absfs.FileSystem interface. This implementation does nothing and returns no errors. Useful as a template for new filesystems, or where a noop FileSystem might be needed to to satisfy an argument list.
$ go get github.com/absfs/nilfs
Check out the absfs
repo for more information about the abstract filesystem interface and features like filesystem composition.
This project is governed by the MIT License. See LICENSE