This chapter talks about other topics in Go. It covers GC, regex, exceptions, dangling else, short circuit evaluation, concurrency, and portablity of Go.
The following list shows the section name corresponded to the question number:
- Garbage collection: Question: 34
- Regular expression: Question: 17
- Exceptions: Question: 35
- Dangling else: Question 30
- Short circuit evaluation: Question: 39
- Heap or stack: Question: 23
- Concurrent programming in Go: channels: Special feature of Go
- How portable is Go: Question 47