@@ -124,7 +124,7 @@ With go you can as well create an infinite loop, which is equivalent to `while t
|
|||||||
|
|
||||||
```GO
|
```GO
|
||||||
for {
|
for {
|
||||||
// yout logic
|
// your logic
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
### switch
|
### switch
|
||||||
|
|||||||
Reference in New Issue
Block a user