mirror of
https://github.com/rclone/rclone.git
synced 2025-08-16 00:28:09 +02:00
Update after goimports change
This commit is contained in:
2
backend/cache/storage_memory.go
vendored
2
backend/cache/storage_memory.go
vendored
@ -8,7 +8,7 @@ import (
|
||||
"time"
|
||||
|
||||
"github.com/ncw/rclone/fs"
|
||||
"github.com/patrickmn/go-cache"
|
||||
cache "github.com/patrickmn/go-cache"
|
||||
"github.com/pkg/errors"
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user