Skip to the content.

Golang (or just Go)

Cheat Sheet

go mod init <module's module path>
go build -o <output file name>
go run <file.go>