This commit is contained in:
Mark McGranaghan
2012-10-09 07:41:41 -07:00
parent 01e071b533
commit b78f66e305
14 changed files with 29 additions and 31 deletions

View File

@@ -19,5 +19,6 @@ func main() {
}
}
// There is no ternary operator (i.e. `?`) in Go, so you'll
// need to use a full if/else even for very basic conditions.
// There is no ternary operator (i.e. `?`) in Go, so
// you'll need to use a full if/else even for very basic
// conditions.