github.com/xhghs/rclone@v1.51.1-0.20200430155106-e186a28cced8/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)