1
0
mirror of https://github.com/rclone/rclone.git synced 2026-01-06 10:33:34 +00:00

Move dircache, oauthutil, rest and pacer modules into lib

This commit is contained in:
Nick Craig-Wood
2018-01-11 16:29:20 +00:00
parent b8b620f5c2
commit 60afda007b
30 changed files with 35 additions and 35 deletions

View File

@@ -11,7 +11,7 @@ import (
"github.com/ncw/rclone/cmd"
"github.com/ncw/rclone/fs"
"github.com/ncw/rclone/rest"
"github.com/ncw/rclone/lib/rest"
"github.com/ncw/rclone/vfs"
"github.com/ncw/rclone/vfs/vfsflags"
"github.com/spf13/cobra"