diff options
author | Robert Griesemer <gri@golang.org> | 2009-09-01 14:07:30 -0700 |
---|---|---|
committer | Robert Griesemer <gri@golang.org> | 2009-09-01 14:07:30 -0700 |
commit | e4cfee6ad94973b6fa33e25e974b24c156404443 (patch) | |
tree | b73a1f8ea6276772f551878deed35bac7ccf7a3f | |
parent | d504196b95d2f87f4796b32148579955a3f2caf2 (diff) | |
download | golang-e4cfee6ad94973b6fa33e25e974b24c156404443.tar.gz |
updated Implementation differences section
R=rsc,r
DELTA=4 (3 added, 0 deleted, 1 changed)
OCL=34204
CL=34204
-rw-r--r-- | doc/go_spec.html | 5 |
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> |