gofmt wat u know about it

This commit is contained in:
Mark McGranaghan
2012-09-23 18:31:33 -07:00
parent f93bdba75c
commit 89f95f2ac5
66 changed files with 729 additions and 678 deletions

View File

@@ -6,6 +6,6 @@ import "fmt"
func main() {
// `x := val` is shorthand for `var x type = val`.
x := "Hello assignment"
fmt.Println(x)
x := "Hello assignment"
fmt.Println(x)
}