mirror of
https://github.com/restic/restic.git
synced 2025-11-17 00:13:08 +00:00
Modernize context import in internal/fuse
Migrated using `go fix`.
This commit is contained in:
@@ -3,12 +3,11 @@
|
||||
package fuse
|
||||
|
||||
import (
|
||||
"context"
|
||||
"os"
|
||||
|
||||
"github.com/restic/restic/internal/debug"
|
||||
|
||||
"golang.org/x/net/context"
|
||||
|
||||
"bazil.org/fuse"
|
||||
"bazil.org/fuse/fs"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user