Golang : gin tutorial - 1 (Creating a RESTful API With Golang gin)
Getting straight to the point. How do we start with creating APIs using gin which is a HTTP web framework written in golang.
Step 1
Get the gin library to golang project. Run the below command in the golang project directory to get the gin package.
g...
spdeepak.hashnode.dev3 min read