mirror of
https://github.com/rclone/rclone.git
synced 2025-12-06 00:03:32 +00:00
Replace "golang.org/x/net/context" with "context" for go1.7+ #2154
This commit is contained in:
@@ -10,7 +10,7 @@ import (
|
||||
"github.com/ncw/rclone/cmd/mountlib"
|
||||
"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
|
||||
)
|
||||
|
||||
// File represents a file
|
||||
|
||||
Reference in New Issue
Block a user