files
files copied to clipboard
This PR is the result of updating the submodule reference and resulting files with the `make build` command
Hi, I am trying to generate and serve OpenAPI spec 3.1 with the alpha release of swag but could only make the generation working. For serving, we need to use...
Consider using the standard library [embed](https://golang.google.cn/pkg/embed/) It uses raw data and can reduce the size of the executable program compared with the current way
Don't you think it's better if the swagger files are the original swagger files, instead of embedded into go files? And I think it's better if we can specify where...