add forgotten {
This commit is contained in:
parent
22d2411b62
commit
05b7a50e62
1 changed files with 1 additions and 1 deletions
|
@ -363,7 +363,7 @@ Check type
|
||||||
|
|
||||||
* Type switch
|
* Type switch
|
||||||
|
|
||||||
switch x.(type)
|
switch x.(type) {
|
||||||
case nil: // ...
|
case nil: // ...
|
||||||
case int, uint: // ...
|
case int, uint: // ...
|
||||||
case bool: // ...
|
case bool: // ...
|
||||||
|
|
Loading…
Reference in a new issue