build: fixup code formatting after goimports change

This commit is contained in:
Nick Craig-Wood
2018-10-13 22:47:12 +01:00
parent bb2e361004
commit ade252f13b
17 changed files with 26 additions and 49 deletions
+2 -3
View File
@@ -4,10 +4,9 @@
package main
import (
"github.com/ncw/rclone/cmd"
_ "github.com/ncw/rclone/backend/all" // import all backends
_ "github.com/ncw/rclone/cmd/all" // import all commands
"github.com/ncw/rclone/cmd"
_ "github.com/ncw/rclone/cmd/all" // import all commands
)
func main() {