This commit is contained in:
Mark McGranaghan 2012-10-13 10:44:53 -07:00
parent 51dac6a852
commit fa7065f07a

View File

@ -31,5 +31,5 @@ func main() {
}
}
// Note that you don't need parenthesis around conditions
// Note that you don't need parentheses around conditions
// in Go, but that the brackets are required.