Unit Testing your http.MultipartRequest network method
Recently I had to implement image uploading which required form data that cannot be done with the standard http.Clientand instead needs http.MultipartRequest.
We have been doing a big push to implement a proper TDD approach in our products over at Wy...
remelehane.dev3 min read