Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Running tests

Dependencies

Run tests

Run unitary and integration tests:

$ make test

Run unitary and integration tests with race detection enabled:

$ make race

Code coverage reports

Run unitary and integration tests with code coverage enabled:

$ make cover

Generate an HTML report and open it in your Web browser:

$ make coverhtml