mirror of
https://github.com/wonli/aqi.git
synced 2025-09-26 20:51:23 +08:00
9 lines
122 B
Go
9 lines
122 B
Go
package cli
|
|
|
|
import (
|
|
"embed"
|
|
)
|
|
|
|
//go:embed templates/default/*.tmpl templates/default/**/*.tmpl
|
|
var templateFS embed.FS
|