package
0.0.0-20250222174224-cad8d4123c40
Repository: https://github.com/perkeep/perkeep.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
OSFS returns an implementation of VFS interface using the host filesystem.
# Interfaces
ReadableFile is the interface required by read-only files returned by VFS.Open.
VFS describes the virtual filesystem needed by this package.
WritableFile is the interface required by files opened for Write from VFS.TempFile.