mirror of
https://github.com/restic/restic.git
synced 2026-08-21 13:03:25 +00:00
Modernize context import in internal/fuse
Migrated using `go fix`.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user