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

@@ -4,8 +4,10 @@
package main
import s "strings"
import "fmt"
import (
"fmt"
s "strings"
)
// We alias `fmt.Println` to a shorter name as we'll use
// it a lot below.

View File

@@ -1,2 +1,2 @@
17aa523bbd606fa0b624fae44b89812d46330755
Vn4D3y4_711
bf39c7540bd78eba38eb5a9047a9d0ffc7235f85
xoRUhG86wsF