This commit is contained in:
Mark McGranaghan 2012-09-20 20:33:58 -07:00
parent 084fee1475
commit fd9a58f8ff

View File

@ -16,5 +16,4 @@ func main() {
for { // `for` without a condition will loop until you
return
}
} // There are other forms of `for`; we'll see them
// later.
} // We'll see other `for` forms latter.