1
0
mirror of https://github.com/golang/go synced 2024-11-22 02:14:40 -07:00

silence hlint

R=r
DELTA=7  (0 added, 4 deleted, 3 changed)
OCL=34310
CL=34312
This commit is contained in:
Robert Griesemer 2009-09-03 10:35:09 -07:00
parent d4903abeae
commit d3ffc5e683

View File

@ -4367,14 +4367,10 @@ The following minimal alignment properties are guaranteed:
<hr/>
<h2 id="Implementation_differences"><font color=red>Implementation differences - TODO</font></h2>
<p>
<font color=red>
<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>
<li><font color=red>Implementation does not honor the restriction on goto statements and targets (no intervening declarations).</font></li>
<li><font color=red>A type switch must have an assignment in the guard expression and does not support multiple types per case.</font></li>
</ul>
</font>
</p>
</div>
</body>