golang / tour

[mirror] A Tour of Go
BSD 3-Clause "New" or "Revised" License
1.53k stars 521 forks source link

tour: writing mistake of semicolon #1559

Closed AbdulRafayZia closed 2 months ago

AbdulRafayZia commented 8 months ago

Context: https://go.dev/tour/flowcontrol/3 use ; instead of :

ALTree commented 2 months ago

The code seems to be correct, you probably changed it by mistake. Closing here.