Advanced Testing for Golang RESTful Endpoints
In my last post, I took a look at how to test simple REST handler functions - functions that be tested by passing mock request and response pointers, without relying on the RESTful library to do a lot of heavy lifting.
This time, I'm going to dive in...
colinj.hashnode.dev6 min read