Golang : gin tutorial - 2 (Create a GET request)
In the previous article we started learning how to create RESTful API using golang's gin framework. In this article we are going to see how to create a GET endpoint using golang's gin http framework.
Step 1
Create a file controller.go in a directory ...
spdeepak.hashnode.dev2 min read