Mar 30, 2019 Hello, World vi main.go package main import "fmt" func main() { fmt.Println("hello world") } go run main.go