1. Explain packages in Go program?
2. Explain workspace in GO?
3. List out the built in support in GO?
4. How you can stop GO routine?
5. How to write multiline strings in GO?
6. How you to access command line arguments passed to a GO program?
7. How pointer is represented in GO?
8. How arrays in GO works differently than C?
9. Describe GO Interfaces?
10. Explain empty struct{} with example?
11. How to compare structs?
12. Explain GOPATH?
13. Explain Goro