#test-coverage
Read more stories on Hashnode
Articles with this tag
Mocking is one of the most common practices in unit testing. In Golang, we can use Interfaces to make mocking a breeze, so that we can cover our code...