mirror of
https://github.com/rclone/rclone.git
synced 2026-02-23 16:13:00 +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".