Function signature

Report a typo

Put in the correct order the elements that form part of a function's signature in Go.

Put the items in the correct order
The keyword func followed by the function name
The return type, that can be of a single type, of various types or be empty as well
A set of parentheses () that hold zero or more parameters
___

Create a free account to access the full topic