8000 GitHub - LittleKey/nilfs: nilfs is a no-op implementation of absfs.FileSystem, it does nothing and returns no errors
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
forked from absfs/nilfs

nilfs is a no-op implementation of absfs.FileSystem, it does nothing and returns no errors

License

Notifications You must be signed in to change notification settings

LittleKey/nilfs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nilfs - Abstract File System interface

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.

Install

$ go get github.com/absfs/nilfs

absfs

Check out the absfs repo for more information about the abstract filesystem interface and features like filesystem composition.

LICENSE

This project is governed by the MIT License. See LICENSE

About

nilfs is a no-op implementation of absfs.FileSystem, it does nothing and returns no errors

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%
0