initial commit

This commit is contained in:
2025-06-12 13:06:10 +10:00
parent 198a408101
commit 45a4a482c6
4 changed files with 511 additions and 370 deletions

View File

@@ -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() {