# Functions
In Go you can name the return value of a function.
The above function is the same as this one:.
Multiple return values.
No description provided by the author
No description provided by the author
Takes two arguments and returns a string.
No description provided by the author
No description provided by the author
This function neither takes paramters nor return value.
Takes two arguments but returns no value.
No description provided by the author
Variadic functions A variadic function is a function that takes in a variable number of arguments.
No description provided by the author