mirror of
https://github.com/kopia/kopia.git
synced 2026-09-22 02:05:09 -04:00
fs.Entry - represents filesystem entry fs.Directory - is a directory entry fs.Symlink - is a symlink entry fs.File - is an entry representing a file This simplifies a bunch of code. Still work in progress.