build: fixup code formatting after goimports change
This commit is contained in:
parent
bb2e361004
commit
ade252f13b
17 changed files with 26 additions and 49 deletions
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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue