mirror of
https://github.com/rclone/rclone
synced 2025-01-17 22:27:30 +01:00
5 lines
86 B
Go
5 lines
86 B
Go
|
package fs
|
||
|
|
||
|
// Check interfaces satisfied
|
||
|
var _ Directory = (*OverrideDirectory)(nil)
|