Summary and further reading
This chapter focused on the concepts and mechanics of setting up and managing Go projects. It is by no means an exhaustive reference, but the recipes presented here should give you the basics of using the Go build system effectively.
The definitive guide for Go modules is the Go Modules Reference (https://go.dev/ref/mod).
Check out the Managing dependencies link (https://go.dev/doc/modules/managing-dependencies) for a detailed discussion on dependency management.
In the next chapter, we will start working with textual data.