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