Technical requirements

The full code for all topics discussed within this chapter has been published to this book's GitHub repository in the Chapter12 folder.

You can access the GitHub repository that contains the code and all required resources for each one of this book's chapters by pointing your web browser at the following URL: https://github.com/PacktPublishing/Hands-On-Software-Engineering-with-Golang.

Each example project for this chapter includes a common 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 chapters from this book, you will need a fairly recent version ...

Get Hands-On Software Engineering with Golang now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.