]> Cypherpunks repositories - gostls13.git/commitdiff
updated Implementation differences section
authorRobert Griesemer <gri@golang.org>
Tue, 1 Sep 2009 21:07:30 +0000 (14:07 -0700)
committerRobert Griesemer <gri@golang.org>
Tue, 1 Sep 2009 21:07:30 +0000 (14:07 -0700)
R=rsc,r
DELTA=4  (3 added, 0 deleted, 1 changed)
OCL=34204
CL=34204

doc/go_spec.html

index cc37512a74da25369de3c5cc2290adae32215665..e080c9577250c62d6d7d41c531bdf7b0a7984fc6 100644 (file)
@@ -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>