mactsouk/mastering-Go-3rd

"do-while" instead of "while" is exampled

TamirFriedman-RecoLabs opened this issue · 1 comments

for ok := true; ok; ok = (i != 10) {

@TamirFriedman-RecoLabs You are correct. Thanks for pointing that out!