Make multiple imports consistent with import ( ... ) style

Fixes #272
This commit is contained in:
Eli Bendersky
2019-09-06 15:20:22 -07:00
parent 16859f8db1
commit c273588521
102 changed files with 426 additions and 290 deletions

View File

@@ -7,9 +7,11 @@
package main
import "fmt"
import "io/ioutil"
import "os/exec"
import (
"fmt"
"io/ioutil"
"os/exec"
)
func main() {

View File

@@ -1,2 +1,2 @@
0b676b93e41ac5434003c194bc038d5f3ce76bc8
6HRWVK5gPYU
cc68e4290f10209ad2fa8db74fdfaea7fdb44d5c
QS_Nkoe8VLG