mirror of
https://github.com/restic/restic.git
synced 2026-07-03 14:04:18 +00:00
Modernize context import in internal/fuse
Migrated using `go fix`.
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
package fuse
|
||||
|
||||
import (
|
||||
"context"
|
||||
"sort"
|
||||
|
||||
"github.com/restic/restic/internal/debug"
|
||||
@@ -11,7 +12,6 @@ import (
|
||||
|
||||
"bazil.org/fuse"
|
||||
"bazil.org/fuse/fs"
|
||||
"golang.org/x/net/context"
|
||||
)
|
||||
|
||||
// The default block size to report in stat
|
||||
|
||||
Reference in New Issue
Block a user