- Hands-On System Programming with Go
- Alex Guerrieri
- 69字
- 2021-06-24 13:42:24
Questions
- What's the difference between an exported and an unexported symbol?
- Why are custom types important?
- What is the main limit of a short declaration?
- What is scope and how does it affect variable shadowing?
- How can you access a method?
- Explain the difference between a series of if/else and switch.
- In a typical use case, who is generally responsible for closing a channel?
- What is escape analysis?