Hello World Program execution begins by initializing the main package and then invoking the function main. package main import "fmt" func main() { fmt.Println("Hello, World!") }