mirror of
https://github.com/rclone/rclone.git
synced 2024-11-07 17:14:44 +01:00
57d5de6fba
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`
1010 B
1010 B
What is the purpose of this change?
Was the change discussed in an issue or in the forum before?
Checklist
- I have read the contribution guidelines.
- I have added tests for all changes in this PR if appropriate.
- I have added documentation for the changes if appropriate.
- All commit messages are in house style.
- I'm done, this Pull Request is ready for review :-)