mirror of
https://github.com/kopia/kopia.git
synced 2026-01-24 22:38:00 -05: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.