the slice, but Go is not such a language.
On Sun, Mar 20, 2016 at 9:15 PM, Jesse McNelis wrote:
What would you expect the result of this statement to be?
--
You received this message because you are subscribed to the Google Groups
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to golang-nuts+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--On Mon, Mar 21, 2016 at 12:08 PM, Nan Xiao wrote:
Hi all,
Just curious, why the following statements make a compile error: "cannot
assign to slice[2:]"?
slice := []int{1, 2}
slice[2:] = append(slice[2:], 3)
slice[2:] is a value, it's not a variable.Hi all,
Just curious, why the following statements make a compile error: "cannot
assign to slice[2:]"?
slice := []int{1, 2}
slice[2:] = append(slice[2:], 3)
What would you expect the result of this statement to be?
--
You received this message because you are subscribed to the Google Groups
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to golang-nuts+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.