1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-06 00:03:32 +00:00

build: fixup code formatting after goimports change

This commit is contained in:
Nick Craig-Wood
2018-10-13 14:41:15 +01:00
parent bb2e361004
commit ade252f13b
17 changed files with 26 additions and 49 deletions

View File

@@ -5,12 +5,11 @@ package cache
import (
"fmt"
"io"
"sync"
"time"
"path"
"runtime"
"strings"
"sync"
"time"
"github.com/ncw/rclone/fs"
"github.com/ncw/rclone/fs/operations"