- What is an exit code? Who makes use of it?
- What happens when an application panics? Which exit code is returned?
- What is the default behavior of a Go application when receiving all signals?
- How do you intercept signals and decide how the application must behave?
- Can you send signals to other processes? If so, how?
- What are pipes and why are they important?