7 lines
101 B
Go
7 lines
101 B
Go
treadmill: for {
|
|
switch {
|
|
case true:
|
|
break treadmill
|
|
}
|
|
}
|
|
fmt.Println("I'm off!")
|