Replace "golang.org/x/net/context" with "context" for go1.7+ #2154

This commit is contained in:
Nick Craig-Wood
2018-04-06 19:13:27 +01:00
parent 67023f0040
commit 80588a5a6b
16 changed files with 19 additions and 21 deletions

View File

@@ -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