mirror of
https://github.com/rclone/rclone.git
synced 2025-08-16 00:28:09 +02:00
build: fixup code formatting after goimports change
This commit is contained in:
9
backend/cache/storage_persistent.go
vendored
9
backend/cache/storage_persistent.go
vendored
@ -3,20 +3,17 @@
|
||||
package cache
|
||||
|
||||
import (
|
||||
"time"
|
||||
|
||||
"bytes"
|
||||
"encoding/binary"
|
||||
"encoding/json"
|
||||
"fmt"
|
||||
"io/ioutil"
|
||||
"os"
|
||||
"path"
|
||||
"strconv"
|
||||
"strings"
|
||||
"sync"
|
||||
|
||||
"io/ioutil"
|
||||
|
||||
"fmt"
|
||||
"time"
|
||||
|
||||
bolt "github.com/coreos/bbolt"
|
||||
"github.com/ncw/rclone/fs"
|
||||
|
Reference in New Issue
Block a user