github.com/ncw/rclone@v1.48.1-0.20190724201158-a35aa1360e3e/fs/log_test.go (about) 1 package fs 2 3 import "github.com/spf13/pflag" 4 5 // Check it satisfies the interface 6 var _ pflag.Value = (*LogLevel)(nil)