Files
aqi/internal/cli/templates.go
2025-05-26 10:47:52 +08:00

9 lines
122 B
Go

package cli
import (
"embed"
)
//go:embed templates/default/*.tmpl templates/default/**/*.tmpl
var templateFS embed.FS