commit | 9dfc6f6427b4b44d5684dad1ae5cea45a82821ee | [log] [tgz] |
---|---|---|
author | Rob Pike <r@golang.org> | Wed Aug 29 14:46:57 2012 -0700 |
committer | Rob Pike <r@golang.org> | Wed Aug 29 14:46:57 2012 -0700 |
tree | 691cbe0e6fb596b60571ec5014feb7e34183b83c | |
parent | bdf6a43e233bd7ef64dfbfa93d538efb934589db [diff] |
go_spec.html: clarify rune and string literals No changes to the meaning, just clearer language and more examples, including illegal rune and string literals. In particular, "character literal" and "character constant" are now called "rune literal" and "rune constant" and the word "character" always refers to the source text, not program values. R=golang-dev, gri CC=golang-dev https://golang.org/cl/6448137