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,9 +3,10 @@
package fuse
import (
"context"
"bazil.org/fuse"
"github.com/restic/restic/internal/restic"
"golang.org/x/net/context"
)
type other struct {