mirror of
https://github.com/golang/go
synced 2024-11-22 00:14:42 -07:00
updated Implementation differences section
R=rsc,r DELTA=4 (3 added, 0 deleted, 1 changed) OCL=34204 CL=34204
This commit is contained in:
parent
2f5e75859b
commit
237c8ab455
@ -4372,7 +4372,10 @@ The following minimal alignment properties are guaranteed:
|
||||
<h2 id="Implementation_differences"><font color=red>Implementation differences - TODO</font></h2>
|
||||
<p>
|
||||
<font color=red>
|
||||
Implementation does not honor the restriction on goto statements and targets (no intervening declarations).
|
||||
<ul>
|
||||
<li>Implementation does not honor the restriction on goto statements and targets (no intervening declarations).</li>
|
||||
<li>A type switch must have an assignment in the guard expression and does not support multiple types per case.</li>
|
||||
</ul>
|
||||
</font>
|
||||
</p>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user