gin-swagger
gin middleware to automatically generate RESTful API documentation with Swagger 2.0.
How to download and setup gin-swagger
Open terminal and run command
git clone https://github.com/swaggo/gin-swagger.git
git clone is used to create a copy or clone of gin-swagger repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with gin-swagger https://github.com/swaggo/gin-swagger/archive/master.zip
Or simply clone gin-swagger with SSH
[email protected]:swaggo/gin-swagger.git