Golang, how to build and run your first Golang application is meant to be a simple introduction to building and running a simple Golang application. We will also cover some information about modules and a general overview of the building, running, and executing Golang apps. Specifically, we will cover: go run, go build, and go install. Let's jump into it. Golang, how to … [Read more...] about Golang Tutorial – How to build and run golang apps