b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame^] | 1 | --- a/librclone/librclone.go |
| 2 | +++ b/librclone/librclone.go |
| 3 | @@ -40,7 +40,7 @@ import ( |
| 4 | _ "github.com/rclone/rclone/cmd/mount2" // import mount2 |
| 5 | _ "github.com/rclone/rclone/fs/operations" // import operations/* rc commands |
| 6 | _ "github.com/rclone/rclone/fs/sync" // import sync/* |
| 7 | - _ "github.com/rclone/rclone/lib/plugin" // import plugins |
| 8 | + // _ "github.com/rclone/rclone/lib/plugin" // import plugins |
| 9 | ) |
| 10 | |
| 11 | // RcloneInitialize initializes rclone as a library |
| 12 | --- a/rclone.go |
| 13 | +++ b/rclone.go |
| 14 | @@ -7,7 +7,7 @@ import ( |
| 15 | _ "github.com/rclone/rclone/backend/all" // import all backends |
| 16 | "github.com/rclone/rclone/cmd" |
| 17 | _ "github.com/rclone/rclone/cmd/all" // import all commands |
| 18 | - _ "github.com/rclone/rclone/lib/plugin" // import plugins |
| 19 | + // _ "github.com/rclone/rclone/lib/plugin" // import plugins |
| 20 | ) |
| 21 | |
| 22 | func main() { |