Quiz 5
1. How do you define a custom JSON key for a struct field?
2. What is the keyword 'any' an alias for?
3. What is a 'Deadlock' in Go?
4. Which flag is used to detect race conditions during tests?
5. How are Generics implemented in Go?
6. Which package provides basic logging features?
7. What is the standard tool for formatting Go code?
8. What is the 'context' package primarily used for?
9. Can you define a method on a non-struct type?
10. What is 'struct embedding' often used to simulate?
Previous Next