mirror of
https://github.com/rclone/rclone.git
synced 2024-11-07 17:14:44 +01:00
5 lines
101 B
Go
5 lines
101 B
Go
package fs
|
|
|
|
// Check all optional interfaces satisfied
|
|
var _ FullObjectInfo = (*OverrideRemote)(nil)
|