Files
rclone/fs/log_test.go
T

7 lines
118 B
Go
Raw Normal View History

2018-01-12 16:30:54 +00:00
package fs
import "github.com/spf13/pflag"
// Check it satisfies the interface
var _ pflag.Value = (*LogLevel)(nil)