This chapter talks the functions in Go. It covers anonymous funciton, function/operator overloading, and evaluation order of function parameter.
The following list shows the section name corresponded to the question number:
- Anonymous functions: Question 14
- Overloading of method names or operators: Question 16
- Evaluation order of function parameter: Question 38
- Pass by value or pass by reference: Question 37