initial commit
This commit is contained in:
@@ -4,11 +4,11 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
_ "github.com/rclone/rclone/backend/all" // import all backends
|
||||
_ "gitea.suyono.dev/suyono/rclone-subdir-layout/backend/ram" // your out of tree backend
|
||||
_ "github.com/rclone/rclone/backend/all" // import all backends
|
||||
"github.com/rclone/rclone/cmd"
|
||||
_ "github.com/rclone/rclone/cmd/all" // import all commands
|
||||
_ "github.com/rclone/rclone/lib/plugin" // import plugins
|
||||
_ "github.com/rclone/rclone_out_of_tree_example/backend/ram" // your out of tree backend
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
||||
Reference in New Issue
Block a user