Start Project
Create Module
A Go module or module path as a canonical name or identifier for your project and need to be unique.
For example initialize a module:
Which creates a file go.mod
:
Hello World
Create the following main.go
file:
Run the program: