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

@@ -12,5 +12,5 @@ func factorial(x uint) uint {
}
func main() {
fmt.Println(factorial(7))
fmt.Println(factorial(7))
}