Modern programming languages include native tools for building and running unit tests on code bases. The Go language has its own such toolset, in the form of the testing module and the go test command ...