Skip to content

Commit fc600c9

Browse files
committed
x/http/fs/cached => cached.v1
1 parent cbfc8c0 commit fc600c9

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed
File renamed without changes.
File renamed without changes.

http/fs/cached/remote/remote.go renamed to http/fs/cached.v1/remote/remote.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ import (
2828
"time"
2929

3030
xfs "github.com/qiniu/x/http/fs"
31-
"github.com/qiniu/x/http/fs/cached"
32-
xdir "github.com/qiniu/x/http/fs/cached/dir"
31+
"github.com/qiniu/x/http/fs/cached.v1"
32+
xdir "github.com/qiniu/x/http/fs/cached.v1/dir"
3333
)
3434

3535
var (

http/fs/lfs/lfs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import (
2828
"strings"
2929

3030
xfs "github.com/qiniu/x/http/fs"
31-
"github.com/qiniu/x/http/fs/cached"
31+
"github.com/qiniu/x/http/fs/cached.v1"
3232
)
3333

3434
// -----------------------------------------------------------------------------------------

http/fsx/cached/cached.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import (
2424
"path/filepath"
2525
"strings"
2626

27-
"github.com/qiniu/x/http/fs/cached/remote"
27+
"github.com/qiniu/x/http/fs/cached.v1/remote"
2828
"github.com/qiniu/x/http/fsx"
2929
)
3030

0 commit comments

Comments
 (0)