Run "go fmt" on all .go files
This commit is contained in:
@@ -4,8 +4,8 @@ import "io/ioutil"
|
||||
import "strings"
|
||||
|
||||
func aboutFiles() {
|
||||
filename := "about_files.go"
|
||||
contents, _ := ioutil.ReadFile(filename)
|
||||
lines := strings.Split(string(contents), "\n")
|
||||
assert(lines[5] == __string__) // handling files is too trivial
|
||||
filename := "about_files.go"
|
||||
contents, _ := ioutil.ReadFile(filename)
|
||||
lines := strings.Split(string(contents), "\n")
|
||||
assert(lines[5] == __string__) // handling files is too trivial
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user