Modernize context import in internal/fuse

Migrated using `go fix`.
This commit is contained in:
Michael Eischer
2020-10-05 23:09:52 +02:00
parent efbb850d92
commit 9ffb698c8d
7 changed files with 9 additions and 10 deletions

View File

@@ -3,6 +3,7 @@
package fuse
import (
"context"
"fmt"
"os"
"time"
@@ -10,8 +11,6 @@ import (
"github.com/restic/restic/internal/debug"
"github.com/restic/restic/internal/restic"
"golang.org/x/net/context"
"bazil.org/fuse"
"bazil.org/fuse/fs"
)