swaggo / gin-swagger

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

Go1.16 use embed Swagger #183

Open xiaocode337317439 opened 2 years ago

xiaocode337317439 commented 2 years ago

How does Gin package Swagger with the Embed new feature

ubogdan commented 2 years ago

@xiaocode337317439 I hope this is a question. Unfortunately, we can't add the embed feature to gin swagger at this time because we like to keep compatibility with older versions.