In this chapter, we looked at how to build Go binaries. We learned how to do this effectively and permanently. We also learned how to understand and manage dependencies, test go code with go run, and install go binaries to a specific location using go install. Understanding how these binaries work will help you iterate more effectively on your code.
In the next chapter, we'll be looking at how to profile Go code to find functional bottlenecks.