Install/Setup & Run simple program in Golang golang Setup Install HomeBrew less than 1 minute to read (93 words) () Overview Install & Setup Golang hello.go Install & Setup Golang $ brew install golang $ go version go version go1.20.3 darwin/amd64 hello.go package main import "fmt" func main() { fmt.Println("Hello, 世界") } $ go run hello.go Hello, 世界 Email Address Post Navigation