Move dircache, oauthutil, rest and pacer modules into lib

This commit is contained in:
Nick Craig-Wood
2018-01-12 17:07:38 +00:00
parent b8b620f5c2
commit 60afda007b
30 changed files with 35 additions and 35 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ import (
"github.com/ncw/rclone/backend/swift"
"github.com/ncw/rclone/fs"
"github.com/ncw/rclone/oauthutil"
"github.com/ncw/rclone/lib/oauthutil"
swiftLib "github.com/ncw/swift"
"github.com/pkg/errors"
"golang.org/x/oauth2"