1
0
mirror of https://github.com/rclone/rclone.git synced 2025-03-16 08:18:34 +01:00
rclone/fs/cutoffmode_test.go

7 lines
120 B
Go
Raw Normal View History

package fs
import "github.com/spf13/pflag"
// Check it satisfies the interface
var _ pflag.Value = (*CutoffMode)(nil)