mirror of
https://github.com/rclone/rclone.git
synced 2025-12-18 01:03:14 +00:00
Replace sync with lib/sync for deadlock detection with deadlock build tag
This commit is contained in:
@@ -9,7 +9,7 @@ import (
|
||||
"io/ioutil"
|
||||
"math/rand"
|
||||
"strings"
|
||||
"sync"
|
||||
"github.com/rclone/rclone/lib/sync"
|
||||
"testing"
|
||||
"testing/iotest"
|
||||
"time"
|
||||
|
||||
Reference in New Issue
Block a user