mirror of
https://github.com/rclone/rclone.git
synced 2025-12-06 00:03:32 +00:00
The connection object contains a mutex, so it is good practice not to dereference it to a value. Reported by Go tip "go vet".
The connection object contains a mutex, so it is good practice not to dereference it to a value. Reported by Go tip "go vet".