1 Star 0 Fork 0

Hoyho / rclone

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
rclone.go 391 Bytes
一键复制 编辑 原始数据 按行查看 历史
Richard Patel 提交于 2019-09-23 02:41 . lib: add plugin support
// Sync files and directories to and from local and remote object stores
//
// Nick Craig-Wood <nick@craig-wood.com>
package main
import (
_ "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
)
func main() {
cmd.Main()
}
1
https://gitee.com/hoyho/rclone.git
git@gitee.com:hoyho/rclone.git
hoyho
rclone
rclone
master

搜索帮助