Chuck Sailer - July 15, 2023
For unit testing you will need:
Package | Purpose |
---|---|
gomock | For mocking services/apis |
stretchr/assert | For adding asserts |
If you wish to generate/re-generate the
mocks
and you're using Mac OS, you will needgo-mockgen
. Follow these instructions: Install go-mockgen∏