What Go keyword is used to cancel goroutines using the context package?
Which built-in function is used to get the length of a slice or array?
How are Go programs executed?
Which Go keyword is used to exit from a loop?
What is the default value of a boolean variable?
What does select do in Go's concurrency model?
What is the default value of an uninitialized pointer in Go?
What is the default value of an uninitialized int variable in Go?
What is the zero value of a string in Go?
Which Go keyword is used for packages?
Which package is used for routing in the Gin framework?