Move all backends into backend directory

This commit is contained in:
Nick Craig-Wood
2018-01-12 17:07:38 +00:00
parent 0a7731cf0d
commit b8b620f5c2
143 changed files with 88 additions and 87 deletions
+3 -2
View File
@@ -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() {