mirror of
https://github.com/rclone/rclone.git
synced 2025-12-22 19:23:40 +00:00
Replace sync with lib/sync for deadlock detection with deadlock build tag
This commit is contained in:
@@ -2,7 +2,7 @@ package filename
|
||||
|
||||
import (
|
||||
"encoding/base64"
|
||||
"sync"
|
||||
"github.com/rclone/rclone/lib/sync"
|
||||
|
||||
"github.com/klauspost/compress/huff0"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user