7 lines
87 B
Go
7 lines
87 B
Go
for {
|
|
switch {
|
|
case true:
|
|
break
|
|
}
|
|
fmt.Println("I want out!")
|
|
}
|