mmcgrana / gobyexample

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

fix: Fixed InvalidRangeExpr error #529

Closed CodeAnk2829 closed 3 months ago

CodeAnk2829 commented 3 months ago

close #528

PR Details

Range based for was not working for a constant integer. This pull request fixes the issue #528 where the constant integer is replaced by an array of int of the same size without changing the nature of the loop.