mirror of
https://github.com/rclone/rclone.git
synced 2025-12-11 22:14:05 +01:00
fs: make Flagger and FlaggerNP interfaces public so we can test flags elsewhere
This commit is contained in:
@@ -11,8 +11,8 @@ import (
|
||||
|
||||
// Check it satisfies the interfaces
|
||||
var (
|
||||
_ flagger = (*Tristate)(nil)
|
||||
_ flaggerNP = Tristate{}
|
||||
_ Flagger = (*Tristate)(nil)
|
||||
_ FlaggerNP = Tristate{}
|
||||
)
|
||||
|
||||
func TestTristateString(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user