mirror of
https://github.com/rclone/rclone.git
synced 2025-07-11 14:30:44 +02:00
Break the fs package up into smaller parts.
The purpose of this is to make it easier to maintain and eventually to allow the rclone backends to be re-used in other projects without having to use the rclone configuration system. The new code layout is documented in CONTRIBUTING.
This commit is contained in:
6
fs/log_test.go
Normal file
6
fs/log_test.go
Normal file
@ -0,0 +1,6 @@
|
||||
package fs
|
||||
|
||||
import "github.com/spf13/pflag"
|
||||
|
||||
// Check it satisfies the interface
|
||||
var _ pflag.Value = (*LogLevel)(nil)
|
Reference in New Issue
Block a user