1
0
mirror of https://github.com/golang/go synced 2024-11-22 00:54:43 -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:
Robert Griesemer 2009-09-01 14:07:30 -07:00
parent 2f5e75859b
commit 237c8ab455

View File

@ -4372,7 +4372,10 @@ The following minimal alignment properties are guaranteed:
<h2 id="Implementation_differences"><font color=red>Implementation differences - TODO</font></h2> <h2 id="Implementation_differences"><font color=red>Implementation differences - TODO</font></h2>
<p> <p>
<font color=red> <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> </font>
</p> </p>