March 2020
Intermediate to advanced
406 pages
8h 39m
English
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.
Read now
Unlock full access