Small tweaks

This commit is contained in:
Jamie Curnow
2023-07-19 11:52:47 +10:00
parent ed609f0bec
commit 824a22efad
5 changed files with 6 additions and 29 deletions

View File

@ -1,10 +0,0 @@
package doc
import "embed"
// SwaggerFiles contain all the files used for swagger schema generation
//
//go:embed api.swagger.json
//go:embed components
//go:embed paths
var SwaggerFiles embed.FS