mirror of
https://github.com/rclone/rclone.git
synced 2025-03-06 02:01:49 +08: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>