mirror of
https://github.com/rclone/rclone.git
synced 2025-03-17 20:27:52 +02: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".