mirror of
https://github.com/rclone/rclone.git
synced 2025-12-11 22:14:05 +01:00
Replace "golang.org/x/net/context" with "context" for go1.7+ #2154
This commit is contained in:
@@ -9,7 +9,7 @@ import (
|
||||
fusefs "bazil.org/fuse/fs"
|
||||
"github.com/ncw/rclone/fs/log"
|
||||
"github.com/ncw/rclone/vfs"
|
||||
"golang.org/x/net/context"
|
||||
"golang.org/x/net/context" // switch to "context" when we stop supporting go1.8
|
||||
)
|
||||
|
||||
// FileHandle is an open for read file handle on a File
|
||||
|
||||
Reference in New Issue
Block a user