Golang : gin tutorial - 3 (Create a POST request)
In the previous article we created a GET endpoint using golang's gin framework. In this article we are going to see how to create a POST request endpoint golang's gin http framework.
Step 1
Create a struct called content in a file model.go in the con...
spdeepak.hashnode.dev2 min read