From: Robert Griesemer Date: Fri, 28 Oct 2016 16:54:20 +0000 (-0700) Subject: spec: update operator and delimiter section X-Git-Tag: go1.8beta1~521 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=7fd6b925e38f67c2d0cb3fca0f3dc8b6dfb0708c;p=gostls13.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 --- diff --git a/doc/go_spec.html b/doc/go_spec.html index 6e745bc312..0819b758e6 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -1,6 +1,6 @@ @@ -265,7 +265,7 @@ The following character sequences represent operators, * ^ *= ^= <- > >= { } / << /= <<= ++ = := , ; % >> %= >>= -- ! ... . : - &^ &^= + &^ &^= =>

Integer literals