I know that switch/select statements break automatically after every case. I am wondering, in the following code:
switch
select
for { switch
Just from a switch block. There's plenty of examples in Golang own code you can examine (compare inner break with outer break).