fs: unexport Local and expose via NewLocal

This commit is contained in:
Michael Eischer
2026-06-13 19:50:49 +02:00
parent 1acc19dac5
commit e1e7fc8fb2
20 changed files with 72 additions and 67 deletions
+1 -1
View File
@@ -467,7 +467,7 @@ func TestTestEnsureSnapshot(t *testing.T) {
repo := repository.TestRepository(t)
arch := New(repo, fs.Local{}, Options{})
arch := New(repo, fs.NewLocal(), Options{})
opts := SnapshotOptions{
Time: time.Now(),
Hostname: "localhost",