Installing Golang Install from their website Check Golang version with go version Create a workspace Create a workspace directory -- go init touch main.go