initial
This commit is contained in:
13
rclone/rclone.go
Executable file
13
rclone/rclone.go
Executable file
@@ -0,0 +1,13 @@
|
||||
package rclone
|
||||
|
||||
import (
|
||||
_ "github.com/ncw/rclone/backend/drive"
|
||||
_ "github.com/ncw/rclone/backend/local"
|
||||
_ "github.com/ncw/rclone/backend/s3"
|
||||
)
|
||||
|
||||
type RClone struct{}
|
||||
|
||||
func New() (*RClone, error) {
|
||||
return &RClone{}, nil
|
||||
}
|
||||
Reference in New Issue
Block a user