mirror of https://github.com/golang/go.git
spec: update operator and delimiter section
Follow-up on https://go-review.googlesource.com/30601. Change-Id: I51b603a6c4877b571e83cd7c4e78a8988cc831ca Reviewed-on: https://go-review.googlesource.com/32310 Reviewed-by: Rob Pike <r@golang.org>
This commit is contained in:
parent
d86a6ef0c7
commit
7fd6b925e3
|
|
@ -1,6 +1,6 @@
|
|||
<!--{
|
||||
"Title": "The Go Programming Language Specification",
|
||||
"Subtitle": "Version of October 27, 2016",
|
||||
"Subtitle": "Version of October 28, 2016",
|
||||
"Path": "/ref/spec"
|
||||
}-->
|
||||
|
||||
|
|
@ -265,7 +265,7 @@ The following character sequences represent <a href="#Operators">operators</a>,
|
|||
* ^ *= ^= <- > >= { }
|
||||
/ << /= <<= ++ = := , ;
|
||||
% >> %= >>= -- ! ... . :
|
||||
&^ &^=
|
||||
&^ &^= =>
|
||||
</pre>
|
||||
|
||||
<h3 id="Integer_literals">Integer literals</h3>
|
||||
|
|
|
|||
Loading…
Reference in New Issue