mirror of
https://github.com/rclone/rclone.git
synced 2025-08-18 01:20:16 +02:00
fs: make Flagger and FlaggerNP interfaces public so we can test flags elsewhere
This commit is contained in:
@@ -29,8 +29,8 @@ const (
|
||||
|
||||
// Check it satisfies the interfaces
|
||||
var (
|
||||
_ flagger = (*choice)(nil)
|
||||
_ flaggerNP = choice(0)
|
||||
_ Flagger = (*choice)(nil)
|
||||
_ FlaggerNP = choice(0)
|
||||
)
|
||||
|
||||
func TestEnumString(t *testing.T) {
|
||||
|
Reference in New Issue
Block a user