March 2020
Intermediate to advanced
406 pages
8h 39m
English
In Chapter 10, Compile Time Evaluations in Go, we discussed some Go build optimizations that can potentially help optimize our build strategy. Go's build system has quite a few options that can help the system operator add additional parameterization to their build strategy.
The Go tool has many different methodologies for building our source code. Let's investigate top-level understandings of each, and then we will discuss each package in more depth. Knowing the key differences between these commands may help you to understand how they interplay with one another and choose the right tool for the job. Let's have a look at them:
Read now
Unlock full access