Introduction
Writing your first Go program helps you learn how to create and run simple code. It shows you the basic structure of a Go program.
When you want to learn how to write and run Go code for the first time.
When you want to test if your Go setup on your computer works correctly.
When you want to understand the basic parts of a Go program like package, import, and main function.