]> Cypherpunks repositories - gostls13.git/commitdiff
spec: remove => (alias) operator from Operators and Delimiters section
authorRobert Griesemer <gri@golang.org>
Fri, 18 Nov 2016 17:27:18 +0000 (09:27 -0800)
committerRobert Griesemer <gri@golang.org>
Fri, 18 Nov 2016 17:45:45 +0000 (17:45 +0000)
(Revert of https://go-review.googlesource.com/#/c/32310/)

For #16339.
Fixes #17975.

Change-Id: I36062703c423a81ea1c5b00f4429a4faf00b3782
Reviewed-on: https://go-review.googlesource.com/33365
Reviewed-by: Ian Lance Taylor <iant@golang.org>
doc/go_spec.html

index 41bac695decc73d184841b6f2e777cf43836711f..1a60a9eac7bb812b5e8394baa840c811ba220127 100644 (file)
@@ -265,7 +265,7 @@ The following character sequences represent <a href="#Operators">operators</a>,
 *    ^     *=    ^=     &lt;-    &gt;     &gt;=    {    }
 /    &lt;&lt;    /=    &lt;&lt;=    ++    =     :=    ,    ;
 %    &gt;&gt;    %=    &gt;&gt;=    --    !     ...   .    :
-     &amp;^          &amp;^=    =&gt;
+     &amp;^          &amp;^=
 </pre>
 
 <h3 id="Integer_literals">Integer literals</h3>