diff --git a/api/doc/doc.go b/api/doc/doc.go index 0f7e15d20..5f8f76740 100644 --- a/api/doc/doc.go +++ b/api/doc/doc.go @@ -11,6 +11,8 @@ import ( "gopkg.in/yaml.v2" ) +// FS embeds the Open API specs and documentation. +// //go:embed thor.yaml api-docs var FS embed.FS var version string