change usage of range
@@ -69,7 +69,7 @@ IDIOM:
IDIOM:
- for i:= range arr1 {
+ for _,i:= range arr1 {
...
}