Reading List

Testing external API calls in Go from Liza Shulyayeva RSS feed.

Testing external API calls in Go

Intro

Both testing methods described here can be found in this repository. Be sure to run go generate before go test for the mocks to be generated. Otherwise, the mocking approach test described below will not work.