This commit is contained in:
André Roth
2024-11-03 14:13:57 +01:00
parent 8f8de4bd29
commit 2171c05ef8
2 changed files with 7 additions and 6 deletions

View File

@@ -1,7 +1,8 @@
package docs
import (
_ "embed"
_ "embed" // embed html below
_ "github.com/swaggo/swag" // make sure swag is in go.mod
)