Build

Gobuild 1

published on

So we’re not holding any punches. Rather we’re going to dive right into the go tooling and look at go build. I will caveat, however, that go build is quite a beefy tool. Just get to a command line and run go build –help. Yowza! But don’t be intimidated! We’ll look at all of the options, but not all at once. We’ll chunk this command up into two parts to make them more digestible. This is the first part, and should cover most of your goings with go build

Read More...