chore: remove unused embed

This commit is contained in:
Damillora 2021-05-11 12:56:17 +07:00
parent b49778945e
commit 88ee6e094b
1 changed files with 0 additions and 6 deletions

View File

@ -6,12 +6,6 @@ import (
"github.com/Damillora/Shioriko/pkg/app"
)
//go:embed web/static
var staticFiles embed.FS
//go:embed web/template
var templateFiles embed.FS
func main() {
app.Initialize()
app.Start()