The full code for the topics discussed in this chapter has been published to this book's GitHub repository under the Chapter07 folder.
You can access the GitHub repository that contains the code and all required resources for each of this book's chapters by going to https://github.com/PacktPublishing/Hands-On-Software-Engineering-with-Golang.
To get you up and running as quickly as possible, each example project includes a makefile that defines the following set of targets:
Makefile target | Description |
deps | Install any required dependencies |
test | Run all tests and report coverage |
lint | Check for lint errors |
As with all other book chapters, you will need a fairly recent version of Go, which you can download at https://golang.org/dl.