Files
aptly/docs/index.go.disabled
T
2026-05-17 10:56:15 +02:00

11 lines
158 B
Plaintext

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