swaggo / gin-swagger

gin middleware to automatically generate RESTful API documentation with Swagger 2.0.
MIT License
3.76k stars 270 forks source link

Auto Remove Imports #240

Open rabieedev1996 opened 2 years ago

rabieedev1996 commented 2 years ago

Hello I want to do the imports according to the instruction, but it is recognized as an unused package and then it is removed from the code. Which part of the operation is wrong? Thanks