mirror of
https://github.com/rclone/rclone.git
synced 2026-01-04 09:33:36 +00:00
Replace "golang.org/x/net/context" with "context" for go1.7+ #2154
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
package sync
|
||||
|
||||
import (
|
||||
"context"
|
||||
"fmt"
|
||||
"sort"
|
||||
"sync"
|
||||
@@ -14,7 +15,6 @@ import (
|
||||
"github.com/ncw/rclone/fs/march"
|
||||
"github.com/ncw/rclone/fs/operations"
|
||||
"github.com/pkg/errors"
|
||||
"golang.org/x/net/context"
|
||||
)
|
||||
|
||||
type syncCopyMove struct {
|
||||
|
||||
Reference in New Issue
Block a user