summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/go_spec.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/go_spec.html b/doc/go_spec.html
index cc37512a7..e080c9577 100644
--- a/doc/go_spec.html
+++ b/doc/go_spec.html
@@ -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>