Categorygithub.com/codeclysm/fs/v2
modulepackage
2.0.1
Repository: https://github.com/codeclysm/fs.git
Documentation: pkg.go.dev

# Packages

Package fsutil builds on the underlying fs to add useful functions such as WriteFile or Walk.

# Structs

Chroot wraps a Filesystem interface modifying paths in order to constrain them to a specific directory.
OS is a wrapper around os package.
Spread wraps a filesystem and spreads files in directories accordin to their name in order not to have a single folder with millions of subdirectories.

# Interfaces

FS is the main interface that abstracts the os package functions that operate on files.