Move all backends into backend directory
This commit is contained in:
@@ -7,8 +7,9 @@ import (
|
||||
"log"
|
||||
|
||||
"github.com/ncw/rclone/cmd"
|
||||
_ "github.com/ncw/rclone/cmd/all" // import all commands
|
||||
_ "github.com/ncw/rclone/fs/all" // import all fs
|
||||
|
||||
_ "github.com/ncw/rclone/backend/all" // import all backends
|
||||
_ "github.com/ncw/rclone/cmd/all" // import all commands
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
||||
Reference in New Issue
Block a user