mirror of
https://github.com/rclone/rclone.git
synced 2026-01-05 10:03:17 +00:00
Before this change, calling the `oauthutil.NewRenew` func may cause goroutine leaks. This change adds a `Shutdown` method to allow the caller to exit the goroutine to avoid leaks. Signed-off-by: rkonfj <rkonfj@gmail.com>