mmcgrana / gobyexample

Go by Example
https://gobyexample.com
7.16k stars 1.26k forks source link

Update for.go - Untyped Int Constant #539

Closed KeithGrennier closed 2 months ago

KeithGrennier commented 2 months ago

Code as written gives an error of: "cannot range over 3 (untyped int constant)" and cannot range over 6 (untyped int constant)

Updated change seems to work, but I'm still learning go 😄