Files
aptly/docs/index.go
André Roth 2171c05ef8 fix lint
2024-12-11 10:40:44 +01:00

11 lines
158 B
Go

package docs
import (
_ "embed" // embed html below
_ "github.com/swaggo/swag" // make sure swag is in go.mod
)
//go:embed docs.html
var DocsHTML []byte