mirror of
https://github.com/rclone/rclone.git
synced 2025-12-16 00:04:40 +00:00
build: fix up package paths after repo move
git grep -l github.com/ncw/rclone | xargs -d'\n' perl -i~ -lpe 's|github.com/ncw/rclone|github.com/rclone/rclone|g' goimports -w `find . -name \*.go`
This commit is contained in:
@@ -226,9 +226,9 @@ on Linux flavors and Windows as cache is heavily dependant on them.
|
||||
|
||||
Any reports or feedback on how cache behaves on this OS is greatly appreciated.
|
||||
|
||||
- https://github.com/ncw/rclone/issues/1935
|
||||
- https://github.com/ncw/rclone/issues/1907
|
||||
- https://github.com/ncw/rclone/issues/1834
|
||||
- https://github.com/rclone/rclone/issues/1935
|
||||
- https://github.com/rclone/rclone/issues/1907
|
||||
- https://github.com/rclone/rclone/issues/1834
|
||||
|
||||
#### Risk of throttling ####
|
||||
|
||||
@@ -247,8 +247,8 @@ of adding the file in the cache at the same time if configured to do so.
|
||||
|
||||
Future enhancements:
|
||||
|
||||
- https://github.com/ncw/rclone/issues/1937
|
||||
- https://github.com/ncw/rclone/issues/1936
|
||||
- https://github.com/rclone/rclone/issues/1937
|
||||
- https://github.com/rclone/rclone/issues/1936
|
||||
|
||||
#### cache and crypt ####
|
||||
|
||||
|
||||
Reference in New Issue
Block a user