Modernize context import in internal/fuse

Migrated using `go fix`.
This commit is contained in:
Michael Eischer
2020-10-06 14:55:13 +02:00
parent efbb850d92
commit 9ffb698c8d
7 changed files with 9 additions and 10 deletions
+2 -1
View File
@@ -3,10 +3,11 @@
package fuse
import (
"context"
"bazil.org/fuse"
"bazil.org/fuse/fs"
"github.com/restic/restic/internal/restic"
"golang.org/x/net/context"
)
// Statically ensure that *link implements the given interface