]> Cypherpunks repositories - gostls13.git/commit
spec: clarify type properties
authorRobert Griesemer <gri@golang.org>
Wed, 7 May 2014 15:42:08 +0000 (08:42 -0700)
committerRobert Griesemer <gri@golang.org>
Wed, 7 May 2014 15:42:08 +0000 (08:42 -0700)
commit6f3b84a7575c65aa2f4fd9753c03d0cc03a7638e
tree653a7bdb5519ddc2431cf1c9a68aedd0910b97e7
parentacb03b8028bdbb5aa6bc3813b7de62a7202eb65e
spec: clarify type properties

If the underlying type of a type T is a boolean, numeric,
or string type, then T is also a boolean, numeric, or
string type, respectively.

Not a language change.

Fixes #7551.

LGTM=iant, rsc, robert.hencke, r
R=r, rsc, iant, ken, robert.hencke
CC=golang-codereviews
https://golang.org/cl/100130044
doc/go_spec.html