Hello Golang-nuts, When I'm doing assignments to multiple variables in one line, there is a limitation.
You can do it in this way: w, x = w+i, x+i+i But can't in this one: w, x += i, i+i What do you think, it was done on purpose or this is something worth for change proposal? https://play.golang.org/p/xuXmXoYGOMv Thanks Alex -- 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+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.