Merge branch 'grammar-fix' of https://github.com/gregimba/gobyexample into gregimba-grammar-fix

This commit is contained in:
Mark McGranaghan
2020-04-10 18:00:08 -07:00

View File

@@ -1,5 +1,5 @@
// `for` is Go's only looping construct. Here are
// three basic types of `for` loops.
// some basic types of `for` loops.
package main