On Tue, Mar 20, 2018 at 8:52 AM, T L <tapir....@gmail.com> wrote: > BTW, another problem: > are the function calls appearing in a composite literal evaluated by their > lexical left-to-right order?
Assuming you mean something like []int{f(), g(), h()}, then, yes. The order of function calls must be f(), g(), h(). Ian -- 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.