Descriptiondoc: 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.
Patch Set 1 #Patch Set 2 : diff -r 7551fda5eeef https://go.googlecode.com/hg/ #Patch Set 3 : diff -r 7551fda5eeef https://go.googlecode.com/hg/ #Patch Set 4 : diff -r 7551fda5eeef https://go.googlecode.com/hg/ #Patch Set 5 : diff -r 66d13bc8ae5e https://go.googlecode.com/hg/ #
MessagesTotal messages: 4
|