Reading List

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

Testing external API calls in Go

Intro Method 1 (Mocks) Method 2 (httptest) 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.