What does package main communicate in a Go program?
package main
The source belongs to the main program that can be executed.
The source automatically imports formatted input/output functions.
The statement immediately calls the main function.
main
The source file must be renamed to main.go.
main.go