diff --git a/main.go b/main.go index 7934048..8177dd6 100644 --- a/main.go +++ b/main.go @@ -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()