ashikurcmt126 / golang_swagger_chi_demo_project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Step 1: Install Swag

  • go get -u github.com/swaggo/swag/cmd/swag
  • go get -u github.com/swaggo/http-swagger

Step 2: Install Swag

  • swag init

After every 'swag init' command run, a new docs folder will be created. Then browse http://localhost:3333/swagger/index.html we will see the swagger documentation.

About


Languages

Language:Go 100.0%