Golang : gin tutorial - 4 (Create a multipart/form-data POST request)
In the previous article we saw how exactly to create a POST request which consumes a request body. In this article we will see how to consume a multipart/form-data request using golang's gin-gonic and also how to write unit tests for it.
Step 1
Creat...
spdeepak.hashnode.dev3 min read