mirror of
https://github.com/rclone/rclone
synced 2025-03-08 09:09:21 +01:00

When this code was originally implemented os.UserCacheDir wasn't public so this used a copy of the code. This commit replaces that now out of date copy with a call to the now public stdlib function.