On Mon, May 22, 2017 at 5:11 PM Akhil Indurti <[email protected]> wrote:

> However, the production for Arguments looks like it allows a function
call to

> Optionally include a type as an argument

Yes, but only as its first argument (consider the make predeclared
function).

> Optionally end with a trailing comma

Yes. Without that you cannot write

        f(
                arg1,
                arg2,
        )

-- 

-j

-- 
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to