Russ Cox da5a251dde doc: do not slice array literal
The special case in the spec is that you can take the
address of a composite literal using the & operator.

A composite literal is not, however, generally addressable,
and the slice operator requires an addressable argument,
so [3]int{1,2,3}[:] is invalid.  This tutorial code and one bug
report are the only places in the tree where it appears.

R=r, gri
CC=golang-dev
https://golang.org/cl/5437120
2011-12-02 12:30:37 -05:00
..
2011-07-09 20:16:45 +10:00
2011-11-13 22:44:52 -05:00
2011-07-09 20:16:45 +10:00
2009-12-16 10:29:53 +11:00
2011-07-09 20:16:45 +10:00
2011-07-09 20:16:45 +10:00
2011-07-09 20:16:45 +10:00
2011-07-09 20:16:45 +10:00
2011-07-09 20:16:45 +10:00
2011-07-09 20:16:45 +10:00
2011-12-02 12:30:37 -05:00