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